mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-02 10:12:33 +00:00
tag_repos: Make sure osbuilder is updated.
Make sure the osbuilder VERSION file is updated before tag Also, sort repos alphabetically. Signed-off-by: Jose Carlos Venegas Munoz <jose.carlos.venegas.munoz@intel.com>
This commit is contained in:
parent
590ce0cf25
commit
89f7b5eca0
@ -61,11 +61,12 @@ info() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
repos=(
|
repos=(
|
||||||
"runtime"
|
|
||||||
"proxy"
|
|
||||||
"shim"
|
|
||||||
"agent"
|
"agent"
|
||||||
"ksm-throttler"
|
"ksm-throttler"
|
||||||
|
"osbuilder"
|
||||||
|
"proxy"
|
||||||
|
"runtime"
|
||||||
|
"shim"
|
||||||
)
|
)
|
||||||
|
|
||||||
check_versions() {
|
check_versions() {
|
||||||
@ -127,10 +128,9 @@ status)
|
|||||||
;;
|
;;
|
||||||
tag)
|
tag)
|
||||||
check_versions
|
check_versions
|
||||||
# Tag versions that does not have VESIONS file
|
# Tag versions that does not have VERSIONS file
|
||||||
# But we want to know the version compatrible with a kata release.
|
# But we want to know the version compatible with a kata release.
|
||||||
repos+=("tests")
|
repos+=("tests")
|
||||||
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