Skip to content

Commit

Permalink
Revert "Reapply "rm""
Browse files Browse the repository at this point in the history
This reverts commit 5299c56.
  • Loading branch information
rjbou committed Jul 9, 2024
1 parent 90a2d4e commit e2f75cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/scripts/depexts/generate-actions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

set -eu

for target in alpine archlinux centos debian fedora gentoo opensuse oraclelinux ubuntu; do
#target=$1
#for target in alpine archlinux centos debian fedora gentoo opensuse oraclelinux ubuntu; do
target=$1
dir=.github/actions/$target

mkdir -p $dir
Expand Down Expand Up @@ -227,4 +227,4 @@ EOF

chmod +x $dir/entrypoint.sh

done
#done

0 comments on commit e2f75cf

Please sign in to comment.