Updated publish script

This commit is contained in:
Oliver Davies 2015-07-21 21:30:14 +01:00
parent cfe8972a5c
commit 05013e7c49

View file

@ -41,6 +41,8 @@ Within the **Builds** section of the item, I added an *Execute Shell* step, wher
#!/bin/bash #!/bin/bash
set -uex
sculpin generate --env=prod --quiet sculpin generate --env=prod --quiet
if [ $? -ne 0 ]; then echo "Could not generate the site"; exit 1; fi if [ $? -ne 0 ]; then echo "Could not generate the site"; exit 1; fi