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:
parent
37a9e151b8
commit
5451d7bf74
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue