Moved tasks around

This commit is contained in:
Chase King 2025-02-25 15:27:06 -05:00
parent 739432fed0
commit de317c127f

View file

@ -129,14 +129,6 @@ stages:
- job: download_and_merge_reports
dependsOn: playwright_tests
steps:
- task: Docker@2
displayName: 'Build Docker Image'
inputs:
command: build
dockerfile: Dockerfile.playwright
repository: $(dockerImageName)
tags: $(imageTag)
arguments: '--no-cache --pull'
- task: DownloadPipelineArtifact@2
inputs:
targetPath: '$(System.DefaultWorkingDirectory)/playwright-reports'
@ -149,6 +141,14 @@ stages:
done
ls
displayName: move_reports
- task: Docker@2
displayName: 'Build Docker Image'
inputs:
command: build
dockerfile: Dockerfile.playwright
repository: $(dockerImageName)
tags: $(imageTag)
arguments: '--no-cache --pull'
- bash: |
# Create container for jira writeback
container_id=$(docker create \