Add make update_deps to setup-docker.sh

This commit is contained in:
Stuart Colville 2016-09-06 08:57:17 +01:00
Родитель ff0c4405b0
Коммит 2c4788754e
1 изменённых файлов: 5 добавлений и 0 удалений

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

@ -1,5 +1,10 @@
#!/bin/bash -x
# Update deps to avoid missing dependencies
# from the UI tests when a PR adds new dependency
# that isn't yet built into the container.
make update_deps
# initialize_db:
python manage.py reset_db --noinput
python manage.py syncdb --noinput