Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.

Commit d7b53d8

Browse files
authored
makefile changes for monorepo prep (#1097)
1 parent 45ec5cf commit d7b53d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ test_env.install_cli:
218218
test_env.container_prepare:
219219
apt-get update
220220
apt-get install -y git build-essential netcat-traditional
221-
git config --global --add safe.directory /worker
221+
git config --global --add safe.directory /worker || true
222222

223223
test_env.container_check_db:
224224
while ! nc -vz postgres 5432; do sleep 1; echo "waiting for postgres"; done

0 commit comments

Comments
 (0)