1
0
Fork 0
mirror of https://github.com/shouptech/humulus.git synced 2026-02-03 17:09:44 +00:00

Curl correct url

This commit is contained in:
Emma 2019-06-27 13:13:28 -06:00
parent 37a9e151b8
commit 5451d7bf74

View file

@ -13,7 +13,7 @@ steps:
image: python:3.6
commands:
# Wait for couch
- until curl 'http://localhost:5984' ; do sleep 1 ; done
- until curl 'http://couchdb:5984' ; do sleep 1 ; done
# Configure settings
- export HUMULUS_SETTINGS="$(pwd)/testsettings.py"
# Run tests