Skip to content

Commit

Permalink
[ci]: Cleanup fsroot before checking out code (#6639)
Browse files Browse the repository at this point in the history
Signed-off-by: Guohan Lu <[email protected]>
Co-authored-by: Guohan Lu <[email protected]>
  • Loading branch information
xumia and lguohan authored Feb 3, 2021
1 parent 80cd8c4 commit aae9664
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ stages:
displayName: "broadcom"
timeoutInMinutes: 600
steps:
- script: |
sudo rm -rf fsroot
displayName: 'Cleanup'
- checkout: self
clean: true
submodules: recursive
Expand All @@ -55,6 +58,9 @@ stages:
displayName: "mellanox"
timeoutInMinutes: 600
steps:
- script: |
sudo rm -rf fsroot
displayName: 'Cleanup'
- checkout: self
clean: true
submodules: recursive
Expand All @@ -81,6 +87,9 @@ stages:
displayName: "kvm"
timeoutInMinutes: 600
steps:
- script: |
sudo rm -rf fsroot
displayName: 'Cleanup'
- checkout: self
clean: true
submodules: recursive
Expand Down

0 comments on commit aae9664

Please sign in to comment.