fix rm
This commit is contained in:
parent
eaa6890b3c
commit
87db820627
|
@ -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