From 0b0a8d6d0722a5f1f744eb8cd51a6e623e374547 Mon Sep 17 00:00:00 2001 From: Chase King Date: Mon, 24 Feb 2025 09:45:10 -0500 Subject: [PATCH] Attempt #21 --- azure-pipelines-automated-testing.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/azure-pipelines-automated-testing.yml b/azure-pipelines-automated-testing.yml index 0edc6ad3..5fa6792a 100644 --- a/azure-pipelines-automated-testing.yml +++ b/azure-pipelines-automated-testing.yml @@ -160,8 +160,7 @@ stages: -e JIRA_USERNAME=$(JIRA_USERNAME) \ -e JIRA_API_KEY=$(JIRA_API_KEY) \ $(dockerImageName):$(imageTag) \ - source $(System.DefaultWorkingDirectory)/devops/scripts/jira_writeback.sh && - add_comment "$(Build.SourceBranchName)" "AUTOMATED TEST RUN: $(date)" "$(System.DefaultWorkingDirectory)/ortoni-report/index.html") + $(System.DefaultWorkingDirectory)/devops/scripts/jira_writeback.sh add_comment "$(Build.SourceBranchName)" "AUTOMATED TEST RUN: $(date)" "$(System.DefaultWorkingDirectory)/ortoni-report/index.html") env: JIRA_API_KEY: $(JIRA_API_KEY) displayName: publish_results_to_jira