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 53c30b3 commit 6d0df25Copy full SHA for 6d0df25
azure-pipelines.yml
@@ -87,6 +87,14 @@ steps:
87
- script: dir $(Build.SourcesDirectory)/code-examples-java-private
88
89
- script: dir $(Build.SourcesDirectory)/code-examples-java-private/src/main/resources
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
- task: Docker@2
100
displayName: Build java image
0 commit comments