Skip to content
Snippets Groups Projects
Commit 82f5bad1 authored by Bob Mottram's avatar Bob Mottram
Browse files

Exit on failure

parent 302b1a9b
No related branches found
No related tags found
No related merge requests found
......@@ -341,6 +341,7 @@ function install_babybuddy {
export DJANGO_SETTINGS_MODULE=babybuddy.settings.production
if ! gulp collectstatic; then
echo $'gulp collectstatic failed'
exit 368262
fi
gulp migrate
......
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