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

Commit cfb316b

Browse files
authored
makefile changes for monorepo prep (#1165)
1 parent 015b940 commit cfb316b

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
@@ -205,7 +205,7 @@ test_env.install_cli:
205205

206206
test_env.container_prepare:
207207
apt-get -y install git build-essential netcat-traditional
208-
git config --global --add safe.directory /app
208+
git config --global --add safe.directory /app || true
209209

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

0 commit comments

Comments
 (0)