Update commit hook to work with master branch only
Project: http://git-wip-us.apache.org/repos/asf/accumulo-website/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo-website/commit/1baf2e66 Tree: http://git-wip-us.apache.org/repos/asf/accumulo-website/tree/1baf2e66 Diff: http://git-wip-us.apache.org/repos/asf/accumulo-website/diff/1baf2e66 Branch: refs/heads/master Commit: 1baf2e66615e1a79320ea8d7ee9a8fc4cb2e4300 Parents: a71ede8 Author: Christopher Tubbs <[email protected]> Authored: Tue Nov 22 14:35:53 2016 -0500 Committer: Christopher Tubbs <[email protected]> Committed: Tue Nov 22 14:35:53 2016 -0500 ---------------------------------------------------------------------- _devtools/git-hooks/post-commit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/1baf2e66/_devtools/git-hooks/post-commit ---------------------------------------------------------------------- diff --git a/_devtools/git-hooks/post-commit b/_devtools/git-hooks/post-commit index 5427efe..408cde8 100755 --- a/_devtools/git-hooks/post-commit +++ b/_devtools/git-hooks/post-commit @@ -52,4 +52,4 @@ build_jekyll_site() { return 0 } -build_jekyll_site 'gh-pages' 'asf-site' +build_jekyll_site 'master' 'asf-site'
