Repository: bahir-website Updated Branches: refs/heads/master ad9878379 -> 02a70b072
[MINOR] Close PRs Closes #5 Closes #6 Project: http://git-wip-us.apache.org/repos/asf/bahir-website/repo Commit: http://git-wip-us.apache.org/repos/asf/bahir-website/commit/02a70b07 Tree: http://git-wip-us.apache.org/repos/asf/bahir-website/tree/02a70b07 Diff: http://git-wip-us.apache.org/repos/asf/bahir-website/diff/02a70b07 Branch: refs/heads/master Commit: 02a70b0722d9a7b0de23b9e60b5cebf6abd46509 Parents: ad98783 Author: Luciano Resende <[email protected]> Authored: Mon Aug 15 21:59:13 2016 -0400 Committer: Luciano Resende <[email protected]> Committed: Mon Aug 15 21:59:13 2016 -0400 ---------------------------------------------------------------------- publish.sh | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bahir-website/blob/02a70b07/publish.sh ---------------------------------------------------------------------- diff --git a/publish.sh b/publish.sh index cc96be3..8e5f51a 100755 --- a/publish.sh +++ b/publish.sh @@ -31,6 +31,9 @@ git add content echo "Publishing changes from master branch $COMMIT_HASH" git commit -a -m "Publishing from $COMMIT_HASH" echo "> > >" +echo " " echo "You are now on the asf-site branch" echo "Run git push origin asf-site to update the live site." +echo " " +echo " " set +e
