mirror of
https://github.com/shouptech/humulus.git
synced 2026-02-03 18:19:42 +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
|
image: python:3.6
|
||||||
commands:
|
commands:
|
||||||
# Wait for couch
|
# Wait for couch
|
||||||
- until curl 'http://localhost:5984' ; do sleep 1 ; done
|
- until curl 'http://couchdb:5984' ; do sleep 1 ; done
|
||||||
# Configure settings
|
# Configure settings
|
||||||
- export HUMULUS_SETTINGS="$(pwd)/testsettings.py"
|
- export HUMULUS_SETTINGS="$(pwd)/testsettings.py"
|
||||||
# Run tests
|
# Run tests
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue