Merge pull request #796 from jcvenegas/fix-bump-check

CI: Fix bump test
This commit is contained in:
Jose Carlos Venegas Munoz 2019-11-08 12:43:14 -06:00 committed by GitHub
commit 07efba6082
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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