mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-02-22 23:14:21 +01:00
convenient script for pushing tag for testing
Signed-off-by: Eric Ernst <eric.ernst@intel.com>
This commit is contained in:
6
trigger-tags.sh
Normal file
6
trigger-tags.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
tag=1.9.0-alpha2
|
||||
git tag -d "${tag}"
|
||||
git push egernst HEAD :"${tag}"
|
||||
|
||||
git tag -a "${tag}" -m "test push"
|
||||
git push egernst HEAD "${tag}"
|
||||
Reference in New Issue
Block a user