Files
django-dav-events/.buildbot/deploy/02-setup.sh
Jens Kleineheismann e4b9ceadae
Some checks failed
buildbot/tox Build done.
buildbot/django-dav-events-install Build done.
FIX: corrected path to manage.py within CI/CD chain
2020-04-23 13:54:09 +02:00

14 lines
371 B
Bash

django-dav-admin setup djangoenv
python djangoenv/manage.py enable_module dav_auth
python djangoenv/manage.py enable_module dav_events
python djangoenv/manage.py enable_module dav_registration
python djangoenv/manage.py enable_module dav_event_office
if test -n "$ROOT_URI" ; then
cat <<E-O-H >> djangoenv/main/settings.py
STATIC_URL = '${ROOT_URI}/static/'
E-O-H
fi