Skip to content

Commit

Permalink
Remove unneeded + sign (#42149)
Browse files Browse the repository at this point in the history
Co-authored-by: William Godbe <wigodbe@microsoft.com>
  • Loading branch information
github-actions[bot] and wtgodbe authored Jun 12, 2022
1 parent 5e9a29f commit 0265e73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure/pipelines/azure-pipelines-mirror-within-azdo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
$branch = "$(Build.SourceBranch)".Replace("refs/heads/", "");
$suffix = "-nonstable"
Write-Host "##vso[task.setvariable variable=BranchToMirror]$branch"
Write-Host "##vso[task.setvariable variable=TargetBranchName]$branch+$suffix"
Write-Host "##vso[task.setvariable variable=TargetBranchName]$branch$suffix"
displayName: Calculate Mirrored Branch Names
- script: |
git clone https://dn-bot:$(dn-bot-dnceng-build-rw-code-rw)@dev.azure.com/dnceng/internal/_git/$(AzdoRepo) $(WorkingDirectoryName) --recursive --no-tags --branch $(TargetBranchName)
Expand Down

0 comments on commit 0265e73

Please sign in to comment.