release: dont check osbuilder VERSION file.

The osbuilder version file wont be the same if
we tag a stable branch. But we still want to tag
the HEAD of osbuilder to do reproducible builds of
a Kata branch.

Fixes: #158

Signed-off-by: Jose Carlos Venegas Munoz <jose.carlos.venegas.munoz@intel.com>
This commit is contained in:
Jose Carlos Venegas Munoz 2018-08-28 13:09:58 -05:00
parent 65e57d45f3
commit a2a36599a0

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