]> ruderich.org/simon Gitweb - safcm/safcm.git/commit - ci/run
ci: use ./* in `rm -rf` to guard against option-like filenames
authorSimon Ruderich <simon@ruderich.org>
Tue, 20 Apr 2021 17:52:01 +0000 (19:52 +0200)
committerSimon Ruderich <simon@ruderich.org>
Tue, 20 Apr 2021 17:52:01 +0000 (19:52 +0200)
commit318619e760d6235573dc14c119618a12f8b4eb6f
tree25e7d94010dfda5d82150415594be507fbde17c2
parent97641dde0b55b588bfd27817a6a9deac3b337513
ci: use ./* in `rm -rf` to guard against option-like filenames

This won't be an issue in our case but it's good practice anyway.

Found by shellcheck
ci/run