From 95508623a4c4bb50c9bb2bde34b5f8f15d6c1848 Mon Sep 17 00:00:00 2001 From: Chase King Date: Wed, 19 Feb 2025 15:13:44 -0500 Subject: [PATCH] Attempt #16 --- azure-pipelines-automated-testing.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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