Skip to content

Commit

Permalink
Remove UUID for temporary branch name.
Browse files Browse the repository at this point in the history
  • Loading branch information
diegojerezba committed Jun 25, 2024
1 parent cf705d0 commit 00a5d7d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions azure_pipelines/pr-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,7 @@ jobs:
inputs:
targetType: 'inline'
script: |
UUID_LOCAL=$(uuidgen)
BRANCH_NAME_LOCAL="$(Build.SourceBranchName)-temp-${UUID_LOCAL}"
BRANCH_NAME_LOCAL="$(Build.SourceBranchName)-temp"
echo "##vso[task.setvariable variable=BRANCH_NAME]${BRANCH_NAME_LOCAL}"
- task: Bash@3
Expand Down

0 comments on commit 00a5d7d

Please sign in to comment.