mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-02-23 15:34:28 +01:00
Merge pull request #159 from jcvenegas/release-tag-osbuilder-not-check
release: dont check osbuilder VERSION file.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user