We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 078608e commit 158371dCopy full SHA for 158371d
.azure-pipelines/run-test-template.yml
@@ -27,6 +27,10 @@ steps:
27
clean: true
28
displayName: 'checkout sonic-mgmt repo'
29
30
+- script: |
31
+ sudo rm -rf ../target
32
+ displayName: "Cleanup"
33
+
34
- task: DownloadPipelineArtifact@2
35
inputs:
36
artifact: sonic-buildimage.vs
azure-pipelines.yml
@@ -98,6 +98,11 @@ stages:
98
submodules: recursive
99
displayName: 'Checkout code'
100
101
+ - script: |
102
103
+ sudo rm -rf ../*.deb
104
105
106
107
108
source: specific
0 commit comments