mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-10 20:04:52 +00:00
fix rm
This commit is contained in:
parent
eaa6890b3c
commit
87db820627
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@ -213,7 +213,7 @@ jobs:
|
||||
|
||||
# Avoid permissions issues in the next step not run within docker (File was unable to be removed Error: EACCES).
|
||||
if [[ $PWD == *"text-generation-inference"* ]]; then
|
||||
rm -rf * .*
|
||||
rm -rf -- ..?* .[!.]* *
|
||||
fi
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user