Skip to content

Commit 02422b4

Browse files
committed
If we want to have multiple vms with the same sql server version running, then we need to allow a tag to be applied more than once during the validation stage.
1 parent 6c7b81e commit 02422b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CI/Azure-DevOps/AZ_MainPipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,7 @@ stages:
620620
git switch "$(ArtifactBranchName)"
621621
$CheckIfGitOk.invoke($?);
622622
623-
git tag $TagName;
623+
git tag -f $TagName;
624624
$CheckIfGitOk.invoke($?);
625625
626626
git push --tags

0 commit comments

Comments
 (0)