mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-02 02:02:24 +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=(
|
||||
"runtime"
|
||||
"proxy"
|
||||
"shim"
|
||||
"agent"
|
||||
"ksm-throttler"
|
||||
"osbuilder"
|
||||
"proxy"
|
||||
"runtime"
|
||||
"shim"
|
||||
)
|
||||
|
||||
check_versions() {
|
||||
@ -127,10 +128,9 @@ status)
|
||||
;;
|
||||
tag)
|
||||
check_versions
|
||||
# Tag versions that does not have VESIONS file
|
||||
# But we want to know the version compatrible with a kata release.
|
||||
# Tag versions that does not have VERSIONS file
|
||||
# But we want to know the version compatible with a kata release.
|
||||
repos+=("tests")
|
||||
repos+=("osbuilder")
|
||||
tag_repos
|
||||
if [ "${PUSH}" == "true" ]; then
|
||||
push_tags
|
||||
|
Loading…
Reference in New Issue
Block a user