Removed path to sculpin

This commit is contained in:
Oliver Davies 2015-04-09 17:31:44 +01:00
parent ea5bcd6cb3
commit 545ad1eb83

View file

@ -2,14 +2,13 @@
set -x
SCULPIN='/usr/local/bin/sculpin'
ENV='prod'
REPO='git@github.com:opdavies/opdavies.github.io.git'
BRANCH='master'
BUILD_DIR='./gh-pages-deployment/'
rm -rf ./output_${ENV}
${SCULPIN} generate --env=${ENV}
sculpin generate --env=${ENV}
LOG=$(git log --oneline -n 1)