From 5f0da0eb86328f782c4ba3ded95173878a137602 Mon Sep 17 00:00:00 2001 From: Chase King Date: Tue, 11 Mar 2025 10:38:04 -0400 Subject: [PATCH] attempt #3 --- azure-pipelines-automated-testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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##*/}"