Skip to content

Commit 0cf6ed8

Browse files
authored
Cleanup artifacts dir (#847)
* Cleanup artifacts dir
1 parent 9365272 commit 0cf6ed8

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.pipelines/singletenancy/aks-swift/e2e-step-template.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,12 @@ steps:
7373
artifactName: aks-swift-output
7474
pathtoPublish: "$(Build.ArtifactStagingDirectory)/aks-swift-output"
7575
condition: always()
76+
77+
- script: |
78+
ARTIFACT_DIR=$(Build.ArtifactStagingDirectory)/aks-swift-output/
79+
echo $ARTIFACT_DIR
80+
sudo rm -rf $ARTIFACT_DIR
81+
sudo rm -rf test/integration/logs
82+
name: "Cleanupartifactdir"
83+
displayName: "Cleanup artifact dir"
84+
condition: always()

0 commit comments

Comments
 (0)