Repository: mesos
Updated Branches:
  refs/heads/master 8f8a5ef3b -> 77480819c


Disabled caching during docker build of the website.

This is to avoid flaky docker build in CI. We did a similar change
to support/docker-build.sh.


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/77480819
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/77480819
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/77480819

Branch: refs/heads/master
Commit: 77480819c7103703322daadfc1470cf1d861f776
Parents: 8f8a5ef
Author: Vinod Kone <[email protected]>
Authored: Fri Aug 4 16:25:02 2017 -0700
Committer: Vinod Kone <[email protected]>
Committed: Fri Aug 4 16:25:02 2017 -0700

----------------------------------------------------------------------
 site/mesos-website-dev.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/77480819/site/mesos-website-dev.sh
----------------------------------------------------------------------
diff --git a/site/mesos-website-dev.sh b/site/mesos-website-dev.sh
index 2be99db..96c82a8 100755
--- a/site/mesos-website-dev.sh
+++ b/site/mesos-website-dev.sh
@@ -30,7 +30,7 @@ pushd "$MESOS_DIR"
 
 TAG=mesos/website-`date +%s`-$RANDOM
 
-docker build -t $TAG site
+docker build --no-cache=true -t $TAG site
 
 trap 'docker rmi $TAG' EXIT
 

Reply via email to