We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ea6312 commit b3fe320Copy full SHA for b3fe320
docker/dist/all.sh
@@ -32,6 +32,10 @@ done
32
[ -f ./config.sh ]
33
DISTDIR=$PWD
34
35
+# for GitHub Actions:
36
+# change the owner of /home/runner/local from root to runner
37
+sudo chown `id -un` ~/local
38
+
39
# set up .nodelist
40
sh ./setup.sh
41
@@ -106,10 +110,6 @@ cat <<EOF | sudo tee $sasl_libdir/sasl2/gfarm-client.conf > /dev/null
106
110
xoauth2_user_claim: hpci.id
107
111
EOF
108
112
109
-# for GitHub Actions:
-# change the owner of /home/runner/local from root to runner
-sudo chown `id -un` ~/local
-
113
cp $sasl_libdir/sasl2/gfarm*.conf ~/local
114
gfarm-prun -p sudo cp local/gfarm*.conf $sasl_libdir/sasl2
115
rm ~/local/gfarm*.conf
0 commit comments