Skip to content

Commit

Permalink
Reapply "rm"
Browse files Browse the repository at this point in the history
This reverts commit 5696e25.
  • Loading branch information
rjbou committed Jul 9, 2024
1 parent 4b2ecd3 commit 5299c56
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 @@ -238,4 +238,4 @@ EOF

chmod +x $dir/entrypoint.sh

#done
done

0 comments on commit 5299c56

Please sign in to comment.