This commit is contained in:
parent
6488f3ddb7
commit
00fb91b96f
3 changed files with 20 additions and 2 deletions
|
|
@ -191,6 +191,13 @@ push: verify
|
|||
|
||||
alias p := push
|
||||
|
||||
# Push tag 'latest'
|
||||
[group: 'develop']
|
||||
push-tag-latest-unsafe:
|
||||
git push origin tag latest --force --no-verify
|
||||
|
||||
alias ptlu := push-tag-latest-unsafe
|
||||
|
||||
# Push without verifying
|
||||
[group: 'develop']
|
||||
push-unsafe:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue