mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-02-22 15:04:32 +01:00
7 lines
136 B
Bash
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}"
|