mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-16 20:32:13 +01:00
fixing CI permissions with coverage file
This commit is contained in:
@@ -6,6 +6,7 @@ DOCKER_REPOSITORY="$1"
|
|||||||
CODE_COVERAGE="$2"
|
CODE_COVERAGE="$2"
|
||||||
|
|
||||||
touch "$PWD/coverage.txt"
|
touch "$PWD/coverage.txt"
|
||||||
|
chmod 777 "$PWD/coverage.txt"
|
||||||
docker build -t "$DOCKER_REPOSITORY/gotenberg:tests" -f build/tests/Dockerfile .
|
docker build -t "$DOCKER_REPOSITORY/gotenberg:tests" -f build/tests/Dockerfile .
|
||||||
|
|
||||||
if [ "$CODE_COVERAGE" = "1" ]; then
|
if [ "$CODE_COVERAGE" = "1" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user