Fix the composed container name on travis
This commit is contained in:
parent
1a253399d1
commit
d2f58ce2c6
1 changed files with 2 additions and 5 deletions
|
@ -80,12 +80,9 @@ matrix:
|
||||||
- docker-compose pull
|
- docker-compose pull
|
||||||
- docker-compose build --pull
|
- docker-compose build --pull
|
||||||
- docker-compose up -d
|
- docker-compose up -d
|
||||||
# - docker exec -it backend /bin/sh
|
- docker exec -it szurubooru_backend_1 /bin/sh
|
||||||
# - cd /opt/app
|
- cd /opt/app
|
||||||
script:
|
script:
|
||||||
# - py.test
|
|
||||||
- docker ps
|
|
||||||
- pwd
|
|
||||||
- py.test
|
- py.test
|
||||||
|
|
||||||
# ---- Frontend test ugins npm / nodejs 6 ----
|
# ---- Frontend test ugins npm / nodejs 6 ----
|
||||||
|
|
Reference in a new issue