Merge pull request #159 from jcvenegas/release-tag-osbuilder-not-check

release: dont check osbuilder VERSION file.
This commit is contained in:
James O. D. Hunt
2018-08-29 15:05:18 +01:00
committed by GitHub

View File

@@ -66,7 +66,6 @@ info() {
repos=(
"agent"
"ksm-throttler"
"osbuilder"
"proxy"
"runtime"
"shim"
@@ -156,6 +155,7 @@ tag)
# But we want to know the version compatible with a kata release.
repos+=("tests")
repos+=("packaging")
repos+=("osbuilder")
tag_repos
if [ "${PUSH}" == "true" ]; then
push_tags