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