fix: update-stage0 under the Lake cache
This commit is contained in:
parent
423671a6c0
commit
1fd9adc693
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
|
||||||
rm -r stage0 || true
|
rm -rf stage0 || true
|
||||||
# don't copy untracked files
|
# don't copy untracked files
|
||||||
# `:!` is git glob flavor for exclude patterns
|
# `:!` is git glob flavor for exclude patterns
|
||||||
for f in $(git ls-files src ':!:src/lake/*' ':!:src/Leanc.lean'); do
|
for f in $(git ls-files src ':!:src/lake/*' ':!:src/Leanc.lean'); do
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue