attempt #3
This commit is contained in:
parent
875fc2eaca
commit
5f0da0eb86
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ stages:
|
|||
tags: $(imageTag)
|
||||
arguments: '--no-cache --pull'
|
||||
|
||||
- bash: |
|
||||
- script: |
|
||||
branch_name=$(Build.SourceBranch) #TODO: Change back to $(System.PullRequest.SourceBranch)
|
||||
echo "Retrieved branch name: '$branch_name'"
|
||||
jira_card_number="${branch_name##*/}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue