mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-02-23 07:24:24 +01:00
do-not-merge: helper trigger for re-applying label for testing
Signed-off-by: Eric Ernst <eric.ernst@intel.com>
This commit is contained in:
10
.github/workflows/trigger
vendored
Executable file
10
.github/workflows/trigger
vendored
Executable file
@@ -0,0 +1,10 @@
|
||||
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
|
||||
Reference in New Issue
Block a user