Skip to content

Commit

Permalink
Cleanup workspace in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
ranjinidn committed Sep 27, 2023
1 parent 226e79a commit f94583e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ stages:
image: sonicdev-microsoft.azurecr.io:443/sonic-slave-buster:latest

steps:
- script: |
ls -A1 | xargs -I{} sudo rm -rf {}
displayName: "Clean workspace"
- checkout: self
clean: true
submodules: recursive
Expand Down

0 comments on commit f94583e

Please sign in to comment.