mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 13:37:09 -04:00
Make travis to wait Wekan to build.
Thanks to xet7 !
This commit is contained in:
parent
f518397f7a
commit
a863194e74
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ before_install:
|
|||
- sudo curl -L https://github.com/docker/compose/releases/download/${TRAVIS_DOCKER_COMPOSE_VERSION}/docker-compose-`uname -s`-`uname -m` > docker-compose
|
||||
- sudo chmod +x docker-compose
|
||||
- sudo mv docker-compose /usr/local/bin
|
||||
- sudo docker-compose build --no-cache --force-rm
|
||||
- travis_wait 60 sudo docker-compose build --no-cache --force-rm
|
||||
- sudo docker-compose up -d wekandb
|
||||
- sudo docker-compose up -d wekan
|
||||
# ^^ Note - need to come up with some way of checking the output from docker run
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue