From 05a8d4ba9557a4b6d7ba71113198c6356655145c Mon Sep 17 00:00:00 2001 From: Jose Carlos Venegas Munoz Date: Thu, 7 Nov 2019 15:16:57 +0000 Subject: [PATCH] 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 --- release/update-repository-version_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/update-repository-version_test.sh b/release/update-repository-version_test.sh index d8f2265111..d86dee8dfa 100755 --- a/release/update-repository-version_test.sh +++ b/release/update-repository-version_test.sh @@ -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