Repository: incubator-tamaya-site Updated Branches: refs/heads/master c934f2f86 -> 7c72ce19e
Add reset to jenkins shell script * It's not really clear why the build gets stuck; works locally in 8s Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/commit/7c72ce19 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/tree/7c72ce19 Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/diff/7c72ce19 Branch: refs/heads/master Commit: 7c72ce19e8ea09dc1cc51168e49d589082fc031c Parents: c934f2f Author: Phil Ottlinger <[email protected]> Authored: Thu Jan 26 23:11:52 2017 +0100 Committer: Phil Ottlinger <[email protected]> Committed: Thu Jan 26 23:11:52 2017 +0100 ---------------------------------------------------------------------- bake-jenkins.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/7c72ce19/bake-jenkins.sh ---------------------------------------------------------------------- diff --git a/bake-jenkins.sh b/bake-jenkins.sh index d0e5927..f899b9b 100755 --- a/bake-jenkins.sh +++ b/bake-jenkins.sh @@ -2,6 +2,6 @@ echo "Starting to bake our project homepage ...." export JBAKE_HOME="$(dirname "$0")/bin/jbake-2.5.0" echo $JBAKE_HOME -$JBAKE_HOME/bin/jbake -b +$JBAKE_HOME/bin/jbake -b --reset echo "DONE"
