Browse code

the build cache is too agressive, and I am regularly getting builds using an old version - forcing the issue

Docker-DCO-1.1-Signed-off-by: SvenDowideit <SvenDowideit@home.org.au> (github: SvenDowideit)

SvenDowideit authored on 2014/07/22 16:21:03
Showing 1 changed files
... ...
@@ -16,6 +16,9 @@ RUN	pip install mkdocs
16 16
 # this version works, the current versions fail in different ways
17 17
 RUN	pip install awscli==1.3.9
18 18
 
19
+# make sure the git clone is not an old cache - we've published old versions a few times now
20
+ENV	CACHE_BUST Jul2014
21
+
19 22
 # get my sitemap.xml branch of mkdocs and use that for now
20 23
 RUN	git clone https://github.com/SvenDowideit/mkdocs	&&\
21 24
 	cd mkdocs/						&&\