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 1c6f153 commit 4acad70Copy full SHA for 4acad70
azure-pipelines.yml
@@ -86,6 +86,15 @@ steps:
86
87
- script: dir $(Build.SourcesDirectory)/code-examples-ruby-private
88
89
+- task: CmdLine@2
90
+ inputs:
91
+ script: 'docker rm -f $(docker ps -a -q)'
92
+ continueOnError: true
93
+
94
+- script: |
95
+ docker system prune -a --force
96
+ displayName: "cleanup docker files"
97
98
- task: Docker@2
99
displayName: Build ruby image
100
inputs:
0 commit comments