Repository: beam-site Updated Branches: refs/heads/asf-site 5359c3294 -> 56d16cd79
Docker server command should run non-incremental build Project: http://git-wip-us.apache.org/repos/asf/beam-site/repo Commit: http://git-wip-us.apache.org/repos/asf/beam-site/commit/e311e06d Tree: http://git-wip-us.apache.org/repos/asf/beam-site/tree/e311e06d Diff: http://git-wip-us.apache.org/repos/asf/beam-site/diff/e311e06d Branch: refs/heads/asf-site Commit: e311e06db714a6f28156c86306650b0bd84cc3ea Parents: 5359c32 Author: Sourabh Bajaj <[email protected]> Authored: Mon Apr 3 11:48:31 2017 -0700 Committer: Ahmet Altay <[email protected]> Committed: Mon Apr 3 16:55:14 2017 -0700 ---------------------------------------------------------------------- run_with_docker.sh | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/beam-site/blob/e311e06d/run_with_docker.sh ---------------------------------------------------------------------- diff --git a/run_with_docker.sh b/run_with_docker.sh index 47ff9a1..5924146 100755 --- a/run_with_docker.sh +++ b/run_with_docker.sh @@ -39,6 +39,9 @@ fi case "$1" in server) + _runner "bundle exec jekyll server --force_polling --watch -H 0.0.0.0 -P 4000"; + ;; + server_incremental) _runner "bundle exec jekyll server --force_polling --watch -H 0.0.0.0 -P 4000 --incremental"; ;; test)
