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
bb7e0d4c81
commit
67cd110c21
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ stages:
|
|||
targetType: inline
|
||||
script: |
|
||||
$appVersion = $env:DEPLOY_BUILDNUMBER
|
||||
$tag = "v$appVersion"
|
||||
$tag = $appVersion
|
||||
|
||||
Write-Host "Performing Git Tag Delete"
|
||||
git tag -d $tag
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue