diff --git a/azure-pipelines-automated-testing.yml b/azure-pipelines-automated-testing.yml index 680cf954..2fc8111d 100644 --- a/azure-pipelines-automated-testing.yml +++ b/azure-pipelines-automated-testing.yml @@ -195,8 +195,8 @@ stages: . $(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: - JIRA_API_KEY: $(JIRA_API_KEY) + env: + JIRA_API_KEY: $(JIRA_API_KEY) # TODO: Enable later when working on PR gate # - task: PublishTestResults@2