fixing CI permissions with coverage file

This commit is contained in:
Julien Neuhart
2019-08-27 11:20:25 +02:00
parent 767b61a3bb
commit 438fd7d825

View File

@@ -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