From 63aa0421d071361de74c7a3dcf65d516b3574a7c Mon Sep 17 00:00:00 2001 From: Chase King Date: Fri, 21 Feb 2025 10:22:01 -0500 Subject: [PATCH] Attempt #18 --- 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 a64f507c..0dae2029 100644 --- a/azure-pipelines-automated-testing.yml +++ b/azure-pipelines-automated-testing.yml @@ -189,7 +189,7 @@ stages: -e JIRA_USERNAME=$(JIRA_USERNAME) \ -e JIRA_API_KEY=$(JIRA_API_KEY) \ $(dockerImageName):$(imageTag) \ - . $(System.DefaultWorkingDirectory)/devops/scripts/jira_writeback.sh && + source $(System.DefaultWorkingDirectory)/devops/scripts/jira_writeback.sh && add_comment "$(Build.SourceBranchName)" "AUTOMATED TEST RUN: $(date)" "$(System.DefaultWorkingDirectory)/ortoni-report/index.html") displayName: publish_results_to_jira env: