gulp: Don't pass --production to Pillar's gulp when deploying

This commit is contained in:
2018-01-12 12:24:39 +01:00
parent 996beaf090
commit dde590d388

View File

@@ -62,7 +62,9 @@ fi
echo
echo "*** GULPA GULPA PILLAR ***"
./gulp --production
# TODO(Pablo): this command fails when passing the --production CLI
# arg.
./gulp
echo
echo "*** SYNCING PILLAR_ASSETS ***"