From 35653ebd9948f5826dbcf8d7b215f2fbbfdb4543 Mon Sep 17 00:00:00 2001 From: Chase King Date: Mon, 24 Feb 2025 09:27:55 -0500 Subject: [PATCH] Attempt #20 --- azure-pipelines-automated-testing.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/azure-pipelines-automated-testing.yml b/azure-pipelines-automated-testing.yml index 8aa9555f..0edc6ad3 100644 --- a/azure-pipelines-automated-testing.yml +++ b/azure-pipelines-automated-testing.yml @@ -152,10 +152,7 @@ stages: displayName: merge_reports env: PLAYWRIGHT_JUNIT_OUTPUT_FILE: "test-results/results.xml" - - task: Bash@3 - inputs: - targetType: 'inline' - script: | + - bash: | # Create container for jira writeback container_id=$(docker create \ --ipc=host \