mirror of
https://github.com/shouptech/humulus.git
synced 2026-02-03 19:39:43 +00:00
Curl correct url
This commit is contained in:
parent
88644894f9
commit
243b8d839b
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