* Move sleep to just after docker-compose up
* Activate debugging for setup-docker.sh
This commit is contained in:
Dave Hunt 2016-07-28 10:24:57 +01:00 коммит произвёл GitHub
Родитель 3b3110e3ef
Коммит fd8ec837ef
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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