mirror of
https://github.com/iv-org/invidious.git
synced 2025-08-06 04:38:31 +00:00
Use docker-compose up -d to fix Travis build error
This commit is contained in:
parent
4d96670cd6
commit
5c5429d048
@ -27,7 +27,7 @@ jobs:
|
|||||||
install:
|
install:
|
||||||
- docker-compose build
|
- docker-compose build
|
||||||
script:
|
script:
|
||||||
- docker-compose up
|
- docker-compose up -d
|
||||||
- sleep 15 # Wait for cluster to become ready, TODO: do not sleep
|
- sleep 15 # Wait for cluster to become ready, TODO: do not sleep
|
||||||
- HEADERS="$(curl -I -s http://localhost:3000/)"
|
- HEADERS="$(curl -I -s http://localhost:3000/)"
|
||||||
- STATUS="$(echo $HEADERS | head -n1)"
|
- STATUS="$(echo $HEADERS | head -n1)"
|
||||||
|
Loading…
Reference in New Issue
Block a user