Files
kata-containers/.github/workflows/trigger
Archana Shinde 7db2138b1d pull from amshinde packaging repo
Signed-off-by: Archana Shinde <archana.m.shinde@intel.com>
2019-11-13 18:13:12 -08:00

11 lines
330 B
Plaintext
Executable File

VERSION=1.9.0-rc0
pushd ~/go/src/github.com/kata-containers/packaging
git tag --delete $VERSION
git push origin :$VERSION
git tag -a $VERSION -m "test tag - $VERSION" && git push origin $VERSION
popd
git tag --delete $VERSION
git push amshinde :$VERSION
git tag -a $VERSION -m "test tag - $VERSION" && git push amshinde $VERSION