There was an error while loading. Please reload this page.
1 parent 05e6580 commit bbe0acfCopy full SHA for bbe0acf
bin/steps/django/collectstatic
@@ -13,7 +13,6 @@ python $MANAGE_FILE collectstatic --dry-run --noinput &> /dev/null && RUN_COLLEC
13
14
echo "-----> Collecting static files"
15
16
-
17
# Compile assets if collectstatic appears to be kosher.
18
if [ "$RUN_COLLECTSTATIC" ]; then
19
python $MANAGE_FILE collectstatic --noinput | indent
0 commit comments