diff --git a/azure-pipelines-automated-testing.yml b/azure-pipelines-automated-testing.yml index 3fa6d862..f36128d1 100644 --- a/azure-pipelines-automated-testing.yml +++ b/azure-pipelines-automated-testing.yml @@ -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##*/}"