Skip to content

Commit 505fbfc

Browse files
zhoucheng361jiefenghuang
authored andcommitted
CI: fix sync test. (#5734)
1 parent 1f2e925 commit 505fbfc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/scripts/sync/sync_cluster.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ start_worker
5252
sed -i 's/bind 127.0.0.1 ::1/bind 0.0.0.0 ::1/g' /etc/redis/redis.conf
5353
systemctl restart redis
5454
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/
5557

5658
test_sync_without_mount_point() {
5759
prepare_test

0 commit comments

Comments
 (0)