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 9365272 commit 0cf6ed8Copy full SHA for 0cf6ed8
.pipelines/singletenancy/aks-swift/e2e-step-template.yaml
@@ -73,3 +73,12 @@ steps:
73
artifactName: aks-swift-output
74
pathtoPublish: "$(Build.ArtifactStagingDirectory)/aks-swift-output"
75
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