Move sleep for CircleCI (#3111)
* Move sleep to just after docker-compose up * Activate debugging for setup-docker.sh
This commit is contained in:
Родитель
3b3110e3ef
Коммит
fd8ec837ef
|
@ -16,8 +16,8 @@ test:
|
|||
- sudo mv geckodriver /home/ubuntu/bin/wires
|
||||
- docker-compose pull
|
||||
- docker-compose up -d
|
||||
- sleep 60
|
||||
- docker-compose run web ./scripts/setup-docker.sh
|
||||
- sleep 60 # wait for the web application to start
|
||||
override:
|
||||
- tox -e ui-tests --
|
||||
--base-url=http://127.0.0.1
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/bin/bash -x
|
||||
|
||||
# initialize_db:
|
||||
python manage.py reset_db --noinput
|
||||
|
|
Загрузка…
Ссылка в новой задаче