We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edb7a70 commit 6a7fc5bCopy full SHA for 6a7fc5b
azure-pipelines.yml
@@ -87,6 +87,15 @@ steps:
87
88
- script: dir $(Build.SourcesDirectory)/code-examples-php-private
89
90
+- task: CmdLine@2
91
+ inputs:
92
+ script: 'docker rm -f $(docker ps -a -q)'
93
+ continueOnError: true
94
+
95
+- script: |
96
+ docker system prune -a --force
97
+ displayName: "cleanup docker files"
98
99
- script: |
100
echo "kill and remove any running containers"
101
docker rm -f $(docker ps -a -q)
0 commit comments