File tree 1 file changed +2
-2
lines changed
playbooks/roles/edxapp/templates/edx/bin
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4
4
{% for override in edxapp_staticfiles_storage_overrides %}
5
5
sudo -E -H -u {{ edxapp_user }} \
6
6
env "PATH=$PATH" "STATICFILES_STORAGE={{ override }}" \
7
- {{ edxapp_venv_bin }}/ npm run build && {{ edxapp_venv_bin }}/python manage.py lms collectstatic --noinput --debug-collect --settings=$EDX_PLATFORM_SETTINGS && {{ edxapp_venv_bin }}/python manage.py cms collectstatic --noinput --debug-collect --settings=$EDX_PLATFORM_SETTINGS
7
+ npm run build && {{ edxapp_venv_bin }}/python manage.py lms collectstatic --noinput --debug-collect --settings=$EDX_PLATFORM_SETTINGS && {{ edxapp_venv_bin }}/python manage.py cms collectstatic --noinput --debug-collect --settings=$EDX_PLATFORM_SETTINGS
8
8
{% endfor %}
9
9
{% else %}
10
10
sudo -E -H -u {{ edxapp_user }} \
11
11
env "PATH=$PATH" \
12
- {{ edxapp_venv_bin }}/ npm run build && {{ edxapp_venv_bin }}/python manage.py lms collectstatic --noinput --debug-collect --settings=$EDX_PLATFORM_SETTINGS && {{ edxapp_venv_bin }}/python manage.py cms collectstatic --noinput --debug-collect --settings=$EDX_PLATFORM_SETTINGS
12
+ npm run build && {{ edxapp_venv_bin }}/python manage.py lms collectstatic --noinput --debug-collect --settings=$EDX_PLATFORM_SETTINGS && {{ edxapp_venv_bin }}/python manage.py cms collectstatic --noinput --debug-collect --settings=$EDX_PLATFORM_SETTINGS
13
13
{% endif %}
14
14
You can’t perform that action at this time.
0 commit comments