Skip to content

Commit

Permalink
Added debug step to list images on agent
Browse files Browse the repository at this point in the history
  • Loading branch information
HansDahle committed Nov 5, 2024
1 parent 7e23c78 commit 9c1e448
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pipelines/api-pr-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ stages:
condition: and(not(canceled()), eq(variables.CACHE_RESTORED, 'true'))
## END CACHE STEPS

- script: |
docker images
displayName: List images
- task: Docker@2
displayName: 'Build docker image'
inputs:
Expand Down

0 comments on commit 9c1e448

Please sign in to comment.