CI: Fix bump test

Bump test fails because Kata  version at this moment is alfa and
only bumps from alpha to rc0 are allowed. Just use rc0 as use-case
for all, there is not any other constrain at the moment.

Fixes: #795

Signed-off-by: Jose Carlos Venegas Munoz <jose.carlos.venegas.munoz@intel.com>
This commit is contained in:
Jose Carlos Venegas Munoz 2019-11-07 15:16:57 +00:00
parent b499732f75
commit 05a8d4ba95

View File

@ -48,7 +48,7 @@ output_should_contain "${out}" "Usage"
OK
echo "Local update version update should work"
new_version=50.0.0
new_version="50.0.0-rc0"
out=$("${script_dir}/update-repository-version.sh" "${new_version}" "master" 2>&1)
output_should_contain "${out}" "release: Kata Containers ${new_version}"
OK