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 \