fix asset ref; fix build/publish scripts

This commit is contained in:
Danny Berger
2014-03-27 16:33:37 -06:00
parent 8c20c0b4f8
commit 8321a7998f
6 changed files with 30 additions and 9 deletions

View File

@@ -23,6 +23,8 @@ echo "--> building $ARTIFACT_BRANCH/$ARTIFACT_COMMIT..."
jekyll build --config _config.yml,_build/target/_config.yml
mv _build/target/artifact/static/dev _build/target/artifact/static/`echo $ARTIFACT_COMMIT | cut -c-10`
export ARTIFACT_PATH="$PWD/_build/target/artifact"
if [[ "" != "$1" ]] ; then