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: