Skip to content
Snippets Groups Projects
Commit 713fa36b authored by Kenneth Reitz's avatar Kenneth Reitz
Browse files

debug

parent 20249f96
No related branches found
No related tags found
No related merge requests found
...@@ -13,6 +13,7 @@ fi ...@@ -13,6 +13,7 @@ fi
# Compile assets if collectstatic appears to be kosher. # Compile assets if collectstatic appears to be kosher.
if [ "$RUN_COLLECTSTATIC" ]; then if [ "$RUN_COLLECTSTATIC" ]; then
echo "-----> Collecting static files" echo "-----> Collecting static files"
echo "python $MANAGE_FILE collectstatic --noinput --verbosity=0"
python $MANAGE_FILE collectstatic --noinput --verbosity=0 | indent python $MANAGE_FILE collectstatic --noinput --verbosity=0 | indent
[ $? -ne 0 ] && { [ $? -ne 0 ] && {
......
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