Removed path to sculpin
This commit is contained in:
parent
ea5bcd6cb3
commit
545ad1eb83
3
build.sh
3
build.sh
|
@ -2,14 +2,13 @@
|
||||||
|
|
||||||
set -x
|
set -x
|
||||||
|
|
||||||
SCULPIN='/usr/local/bin/sculpin'
|
|
||||||
ENV='prod'
|
ENV='prod'
|
||||||
REPO='git@github.com:opdavies/opdavies.github.io.git'
|
REPO='git@github.com:opdavies/opdavies.github.io.git'
|
||||||
BRANCH='master'
|
BRANCH='master'
|
||||||
BUILD_DIR='./gh-pages-deployment/'
|
BUILD_DIR='./gh-pages-deployment/'
|
||||||
|
|
||||||
rm -rf ./output_${ENV}
|
rm -rf ./output_${ENV}
|
||||||
${SCULPIN} generate --env=${ENV}
|
sculpin generate --env=${ENV}
|
||||||
|
|
||||||
LOG=$(git log --oneline -n 1)
|
LOG=$(git log --oneline -n 1)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue