mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-05 11:36:56 +00:00
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:
parent
65e57d45f3
commit
a2a36599a0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user