mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-29 16:57:18 +00:00
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:
parent
b499732f75
commit
05a8d4ba95
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user