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 2a5b3a7 commit cc8df91Copy full SHA for cc8df91
azure-pipelines.yml
@@ -100,6 +100,15 @@ steps:
100
101
- script: dir $(Build.SourcesDirectory)/code-examples-python-private/app
102
103
+- task: CmdLine@2
104
+ inputs:
105
+ script: 'docker rm -f $(docker ps -a -q)'
106
+ continueOnError: true
107
+
108
+- script: |
109
+ docker system prune -a --force
110
+ displayName: "cleanup docker files"
111
112
- task: Docker@2
113
displayName: Build python image
114
inputs:
0 commit comments