From b3f1671b2c7ee9795747b2bdc713e01b6c8ee5d6 Mon Sep 17 00:00:00 2001 From: Tingluo Huang Date: Sun, 24 Sep 2023 17:29:14 +0000 Subject: [PATCH] chmod --- script/test.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/script/test.sh b/script/test.sh index 27514cc..92996a0 100755 --- a/script/test.sh +++ b/script/test.sh @@ -76,6 +76,8 @@ function test_zip () sha_archive_full_path=$(realpath "$file") ls -l "$sha_archive_full_path" whoami + chmod u+r "$sha_archive_full_path" + ls -l "$sha_archive_full_path" pushd $commit_sha unzip -q "$sha_archive_full_path" all_fs_items=(*)