Skip to content

Commit

Permalink
Fix template
Browse files Browse the repository at this point in the history
  • Loading branch information
hectormmg committed May 9, 2024
1 parent c9b4f44 commit 0e1cf72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pipelines/1p-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ variables:
${{ if startsWith(variables['Build.SourceBranch'], 'refs/heads/') }}:
sourceBranchName: ${{ replace(variables['Build.SourceBranch'], 'refs/heads/', '') }}
${{ if startsWith(variables['Build.SourceBranch'], 'refs/pull/') }}:
sourceBranchName: variables['System.PullRequest.SourceBranch']
sourceBranchName: ${{ variables['System.PullRequest.SourceBranch'] }}

resources:
repositories:
Expand Down

0 comments on commit 0e1cf72

Please sign in to comment.