Skip to content

Commit

Permalink
remove hidden
Browse files Browse the repository at this point in the history
  • Loading branch information
fxmarty committed Jun 27, 2024
1 parent 0a5485d commit eaa6890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eaa6890

Please sign in to comment.