We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f2e925 commit 505fbfcCopy full SHA for 505fbfc
.github/scripts/sync/sync_cluster.sh
@@ -52,6 +52,8 @@ start_worker
52
sed -i 's/bind 127.0.0.1 ::1/bind 0.0.0.0 ::1/g' /etc/redis/redis.conf
53
systemctl restart redis
54
META_URL=$(echo $META_URL | sed 's/127\.0\.0\.1/172.20.0.1/g')
55
+# github runner 22.04 will set /home/runner to 750, which make juicefs binary not accessed by other users.
56
+chmod 755 /home/runner/
57
58
test_sync_without_mount_point() {
59
prepare_test
0 commit comments