mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 15:17:34 +00:00
pipeline file changes
This commit is contained in:
parent
f1a91fec82
commit
bb7e0d4c81
1 changed files with 0 additions and 4 deletions
|
|
@ -59,10 +59,6 @@ stages:
|
|||
$appVersion = $env:DEPLOY_BUILDNUMBER
|
||||
$tag = "v$appVersion"
|
||||
|
||||
#Write-Host "Setting up the global configuration"
|
||||
#git config --global user.email "${{parameters.GitEmail}}"
|
||||
#git config --global user.name "${{parameters.GitUsername}}"
|
||||
|
||||
Write-Host "Performing Git Tag Delete"
|
||||
git tag -d $tag
|
||||
git push origin :refs/tags/$tag
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue