mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-02-22 15:04:32 +01:00
11 lines
330 B
Plaintext
Executable File
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 archana :$VERSION
|
|
git tag -a $VERSION -m "test tag - $VERSION" && git push archana $VERSION
|
|
popd
|
|
git tag --delete $VERSION
|
|
git push egernst :$VERSION
|
|
git tag -a $VERSION -m "test tag - $VERSION" && git push egernst $VERSION
|