Skip to content

Commit

Permalink
Clean workspace in global-build-job.yml (#1136)
Browse files Browse the repository at this point in the history
  • Loading branch information
echesakov authored Jan 2, 2020
1 parent 890b890 commit 90a8dfc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion eng/pipelines/common/clone-checkout-bundle-step.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
steps:
- checkout: none
clean: true

- download: current
artifact: Checkout_bundle
Expand Down
2 changes: 2 additions & 0 deletions eng/pipelines/common/global-build-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
container: ${{ parameters.container }}
timeoutInMinutes: ${{ parameters.timeoutInMinutes }}
variables: ${{ parameters.variables }}
workspace:
clean: all

steps:
- ${{ if eq(parameters.osGroup, 'OSX') }}:
Expand Down

0 comments on commit 90a8dfc

Please sign in to comment.