Moved tasks around
This commit is contained in:
parent
739432fed0
commit
de317c127f
1 changed files with 8 additions and 8 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue