don't setup auth on coffee in CI
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
Max Erenberg 2021-09-10 18:45:53 -04:00
parent f72c6665f9
commit 2814adcb7c
1 changed files with 3 additions and 1 deletions

View File

@ -47,7 +47,9 @@ GRANT ALL ON SCHEMA public TO postgres;
EOF" postgres
apt install -y netcat-openbsd
auth_setup coffee
if [ -z "$CI" ]; then
auth_setup coffee
fi
# sync with phosphoric-acid
nc -l 0.0.0.0 9000