Skip to content

Commit 4bfbaa3

Browse files
Update azure-pipelines.yml for Azure Pipelines
stop any running containers without failure if none exist
1 parent f98943b commit 4bfbaa3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ steps:
8989
- task: CmdLine@2
9090
inputs:
9191
script: 'docker rm -f $(docker ps -a -q)'
92+
continueOnError: true
9293

9394
- script: |
9495
docker system prune -a --force

0 commit comments

Comments
 (0)