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
|
- job: download_and_merge_reports
|
||||||
dependsOn: playwright_tests
|
dependsOn: playwright_tests
|
||||||
steps:
|
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
|
- task: DownloadPipelineArtifact@2
|
||||||
inputs:
|
inputs:
|
||||||
targetPath: '$(System.DefaultWorkingDirectory)/playwright-reports'
|
targetPath: '$(System.DefaultWorkingDirectory)/playwright-reports'
|
||||||
|
|
@ -149,6 +141,14 @@ stages:
|
||||||
done
|
done
|
||||||
ls
|
ls
|
||||||
displayName: move_reports
|
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: |
|
- bash: |
|
||||||
# Create container for jira writeback
|
# Create container for jira writeback
|
||||||
container_id=$(docker create \
|
container_id=$(docker create \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue