Skip to content

Commit

Permalink
ci(docker-build): fix glob typo in clean up call
Browse files Browse the repository at this point in the history
  • Loading branch information
vpayno committed Mar 29, 2024
1 parent 042bcfc commit 6c7b31a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/docker/layer-19.00-exercism-gleam.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ main() {
time setfacl -RPdm g:adm:w "${ERLANG_ROOT}" "${REBAR3_ROOT}" || track_errors
printf "\n"

echo Running: rm -rf "${HOME}/git_remote/*"
time rm -rf "${HOME}/git_remote/*"
echo Running: rm -rf "${HOME}/git_remote/"*
time rm -rf "${HOME}/git_remote/"*
printf "\n"

layer_end "${0}" "$@"
Expand Down

0 comments on commit 6c7b31a

Please sign in to comment.