Files
kata-containers/trigger-tags.sh
2019-09-30 13:09:49 -07:00

7 lines
136 B
Bash

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}"