diff --git a/Makefile b/Makefile index 039a2b5eb..584d230b0 100644 --- a/Makefile +++ b/Makefile @@ -218,7 +218,7 @@ test_env.install_cli: test_env.container_prepare: apt-get update apt-get install -y git build-essential netcat-traditional - git config --global --add safe.directory /worker + git config --global --add safe.directory /worker || true test_env.container_check_db: while ! nc -vz postgres 5432; do sleep 1; echo "waiting for postgres"; done