From 6495405031651a71c03c9269dbd351428e46518d Mon Sep 17 00:00:00 2001 From: Eric Ernst Date: Mon, 21 Oct 2019 17:13:50 -0700 Subject: [PATCH] do-not-merge: helper trigger for re-applying label for testing Signed-off-by: Eric Ernst --- .github/workflows/trigger | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 .github/workflows/trigger diff --git a/.github/workflows/trigger b/.github/workflows/trigger new file mode 100755 index 000000000..e7fd8bc8a --- /dev/null +++ b/.github/workflows/trigger @@ -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