release: tag the kata-containers/kata-contaners repo last

This repo triggers the github action to create release tarballs.
It looks for release tags in other repos. So tag this repo
last to make sure tags have been created on other repos.

Fixes #947

Signed-off-by: Archana Shinde <archana.m.shinde@intel.com>
This commit is contained in:
Archana Shinde 2020-02-20 10:53:28 -08:00
parent 9116b56df4
commit 453d4be4a4

View File

@ -69,7 +69,6 @@ info() {
repos=( repos=(
"agent" "agent"
"kata-containers"
"ksm-throttler" "ksm-throttler"
"osbuilder" "osbuilder"
"packaging" "packaging"
@ -77,6 +76,7 @@ repos=(
"runtime" "runtime"
"shim" "shim"
"tests" "tests"
"kata-containers"
) )