remove hidden

This commit is contained in:
Felix Marty 2024-06-27 15:24:14 +00:00
parent 0a5485d8a0
commit eaa6890b3c

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