This is an automated email from the ASF dual-hosted git repository.

francischuang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/calcite.git


The following commit(s) were added to refs/heads/master by this push:
     new f2638b9  Switch from maven:alpine to maven image for generating 
javadoc when building the site
f2638b9 is described below

commit f2638b9f7dc878f3f109cbc59d1a6ae02d3d5696
Author: Francis Chuang <[email protected]>
AuthorDate: Thu Mar 7 10:39:30 2019 +1100

    Switch from maven:alpine to maven image for generating javadoc when 
building the site
---
 site/docker-compose.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/site/docker-compose.yml b/site/docker-compose.yml
index eb1d7e7..13b808c 100644
--- a/site/docker-compose.yml
+++ b/site/docker-compose.yml
@@ -28,7 +28,7 @@ services:
     volumes:
       - .:/srv/jekyll
   generate-javadoc:
-    image: maven:alpine
+    image: maven
     working_dir: /usr/src/calcite
     command: sh -c "mvn -DskipTests site; rm -rf site/target/apidocs 
site/target/testapidocs; mkdir -p site/target; mv target/site/apidocs 
target/site/testapidocs site/target"
     volumes:

Reply via email to