From 9b999f070d70e388025e76ae46c4f581742a2caf Mon Sep 17 00:00:00 2001 From: firest Date: Wed, 9 Nov 2022 11:03:01 +0800 Subject: [PATCH] chore: make the ./cache to be writeable --- scripts/ct/run.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/ct/run.sh b/scripts/ct/run.sh index 00e2278cf..94b57d536 100755 --- a/scripts/ct/run.sh +++ b/scripts/ct/run.sh @@ -90,6 +90,7 @@ for file in "${FILES[@]}"; do done # shellcheck disable=2086 # no quotes for F_OPTIONS +mkdir -p ./.cache && chmod a+rwx ./.cache UID_GID="$(id -u):$(id -g)" docker-compose $F_OPTIONS up -d --build # /emqx is where the source dir is mounted to the Erlang container