pipeline file changes

This commit is contained in:
Brett Hewitson 2022-12-30 21:49:31 +10:00
parent f1a91fec82
commit bb7e0d4c81

View file

@ -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