mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-06 12:06:49 +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=(
|
repos=(
|
||||||
"agent"
|
"agent"
|
||||||
"ksm-throttler"
|
"ksm-throttler"
|
||||||
"osbuilder"
|
|
||||||
"proxy"
|
"proxy"
|
||||||
"runtime"
|
"runtime"
|
||||||
"shim"
|
"shim"
|
||||||
@ -156,6 +155,7 @@ tag)
|
|||||||
# But we want to know the version compatible with a kata release.
|
# But we want to know the version compatible with a kata release.
|
||||||
repos+=("tests")
|
repos+=("tests")
|
||||||
repos+=("packaging")
|
repos+=("packaging")
|
||||||
|
repos+=("osbuilder")
|
||||||
tag_repos
|
tag_repos
|
||||||
if [ "${PUSH}" == "true" ]; then
|
if [ "${PUSH}" == "true" ]; then
|
||||||
push_tags
|
push_tags
|
||||||
|
Loading…
Reference in New Issue
Block a user