This commit is contained in:
Felix Marty 2024-06-28 09:49:20 +00:00
parent eaa6890b3c
commit 87db820627
1 changed files with 1 additions and 1 deletions

View File

@ -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