Skip to content

Commit b3fe320

Browse files
committed
(docker/dist) all.sh - move location to chown local
1 parent 1ea6312 commit b3fe320

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docker/dist/all.sh

+4-4
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ done
3232
[ -f ./config.sh ]
3333
DISTDIR=$PWD
3434

35+
# for GitHub Actions:
36+
# change the owner of /home/runner/local from root to runner
37+
sudo chown `id -un` ~/local
38+
3539
# set up .nodelist
3640
sh ./setup.sh
3741

@@ -106,10 +110,6 @@ cat <<EOF | sudo tee $sasl_libdir/sasl2/gfarm-client.conf > /dev/null
106110
xoauth2_user_claim: hpci.id
107111
EOF
108112

109-
# for GitHub Actions:
110-
# change the owner of /home/runner/local from root to runner
111-
sudo chown `id -un` ~/local
112-
113113
cp $sasl_libdir/sasl2/gfarm*.conf ~/local
114114
gfarm-prun -p sudo cp local/gfarm*.conf $sasl_libdir/sasl2
115115
rm ~/local/gfarm*.conf

0 commit comments

Comments
 (0)