From 438fd7d825f7d6bf3da78d01bc80ce9042e0f50f Mon Sep 17 00:00:00 2001 From: Julien Neuhart Date: Tue, 27 Aug 2019 11:20:25 +0200 Subject: [PATCH] fixing CI permissions with coverage file --- scripts/tests.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/tests.sh b/scripts/tests.sh index b3f0170e..3824cc6d 100755 --- a/scripts/tests.sh +++ b/scripts/tests.sh @@ -6,6 +6,7 @@ DOCKER_REPOSITORY="$1" CODE_COVERAGE="$2" touch "$PWD/coverage.txt" +chmod 777 "$PWD/coverage.txt" docker build -t "$DOCKER_REPOSITORY/gotenberg:tests" -f build/tests/Dockerfile . if [ "$CODE_COVERAGE" = "1" ]; then