From a0aa237c620dc1994cc21c92eed758dd9b4d83c0 Mon Sep 17 00:00:00 2001 From: Matt Hammerly Date: Wed, 19 Feb 2025 15:59:19 -0800 Subject: [PATCH] makefile changes for monorepo prep --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0195b97463..a47d10098f 100644 --- a/Makefile +++ b/Makefile @@ -205,7 +205,7 @@ test_env.install_cli: test_env.container_prepare: apt-get -y install git build-essential netcat-traditional - git config --global --add safe.directory /app + git config --global --add safe.directory /app || true test_env.container_check_db: while ! nc -vz postgres 5432; do sleep 1; echo "waiting for postgres"; done