Skip to content

Commit

Permalink
build: explicitly pass on staticfiles_storage env parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
UsamaSadiq committed Dec 3, 2024
1 parent a2dbc1f commit e6162fc
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
sudo -E -H -u {{ edxapp_user }} \
env "PATH=$PATH" \
"STATICFILES_STORAGE={{ override }}" \
"WEBPACK_CONFIG_PATH=webpack.prod.config.js" \
"STATIC_ROOT=/edx/var/edxapp/staticfiles" \
"STATIC_ROOT_LMS=/edx/var/edxapp/staticfiles" \
"STATIC_ROOT_CMS=/edx/var/edxapp/staticfiles/studio" \
Expand All @@ -18,7 +17,7 @@ sudo -E -H -u {{ edxapp_user }} \
{% else %}
sudo -E -H -u {{ edxapp_user }} \
env "PATH=$PATH" \
"WEBPACK_CONFIG_PATH=webpack.prod.config.js" \
"STATICFILES_STORAGE=django.contrib.staticfiles.storage.StaticFilesStorage" \
"STATIC_ROOT=/edx/var/edxapp/staticfiles" \
"STATIC_ROOT_LMS=/edx/var/edxapp/staticfiles" \
"STATIC_ROOT_CMS=/edx/var/edxapp/staticfiles/studio" \
Expand Down

0 comments on commit e6162fc

Please sign in to comment.