Unverified Commit 6f0136cc authored by Jenn Magder's avatar Jenn Magder Committed by GitHub

Exclude cleaning the bin/cache right after its fetched from the Cirrus cache (#49597)

parent b3e7c646
......@@ -50,7 +50,7 @@ task:
fingerprint_script: echo $OS; cat bin/internal/*.version
setup_script:
- date
- git clean -xffd
- git clean -xffd --exclude=bin/cache/
- git fetch origin
- git fetch origin master # To set FETCH_HEAD, so that "git merge-base" works.
- flutter config --no-analytics
......@@ -339,7 +339,7 @@ task:
folder: bin\cache\artifacts
fingerprint_script: echo %OS% & type bin\internal\*.version
setup_script:
- git clean -xffd
- git clean -xffd --exclude=bin\cache\
- git fetch origin
- git fetch origin master # To set FETCH_HEAD, so that "git merge-base" works.
- flutter config --no-analytics
......@@ -512,7 +512,7 @@ task:
- which flutter
- bundle --version
- sudo bundle install --system --gemfile=dev/ci/mac/Gemfile
- git clean -xffd
- git clean -xffd --exclude=bin/cache/
- git fetch origin
- git fetch origin master # To set FETCH_HEAD, so that "git merge-base" works.
- flutter config --no-analytics
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment