Skip to content
Snippets Groups Projects
Commit 98e40f74 authored by Nadja Geisler's avatar Nadja Geisler :sunny:
Browse files

remove redundant conditional call in update script

parent 97dd5863
No related branches found
No related tags found
No related merge requests found
......@@ -19,11 +19,8 @@ git pull
pip install --upgrade setuptools pip wheel
pip install --upgrade -r requirements.txt
if [ "$1" = "--prod" ]; then
./manage.py collectstatic --noinput
fi
./manage.py migrate
./manage.py collectstatic --noinput
./manage.py compilemessages
touch AKPlanning/wsgi.py
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment