[Groonga-commit] groonga/groonga at c053592 [master] travis: initialize DOCKER variable

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Apr 7 22:45:07 JST 2018


Kouhei Sutou	2018-04-07 22:45:07 +0900 (Sat, 07 Apr 2018)

  New Revision: c053592062972693e49801de9cb35278fa8c98b6
  https://github.com/groonga/groonga/commit/c053592062972693e49801de9cb35278fa8c98b6

  Message:
    travis: initialize DOCKER variable

  Modified files:
    travis/before-script.sh
    travis/install.sh
    travis/script.sh

  Modified: travis/before-script.sh (+2 -0)
===================================================================
--- travis/before-script.sh    2018-04-07 22:37:23 +0900 (f5e4e51df)
+++ travis/before-script.sh    2018-04-07 22:45:07 +0900 (79f4b7dc0)
@@ -3,6 +3,8 @@
 set -e
 set -u
 
+: ${DOCKER:=}
+
 if [ -n "${DOCKER}" ]; then
   ./autogen.sh
   docker build \

  Modified: travis/install.sh (+1 -0)
===================================================================
--- travis/install.sh    2018-04-07 22:37:23 +0900 (30ab92389)
+++ travis/install.sh    2018-04-07 22:45:07 +0900 (dce3fb042)
@@ -3,6 +3,7 @@
 set -e
 set -u
 
+: ${DOCKER:=}
 : ${ENABLE_MRUBY:=no}
 
 git submodule update --init --depth 1

  Modified: travis/script.sh (+1 -0)
===================================================================
--- travis/script.sh    2018-04-07 22:37:23 +0900 (62d77be05)
+++ travis/script.sh    2018-04-07 22:45:07 +0900 (b25795b25)
@@ -3,6 +3,7 @@
 set -e
 set -u
 
+: ${DOCKER:=}
 : ${ENABLE_MRUBY:=no}
 : ${TEST_TARGET:=all}
 
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180407/cabc3ea1/attachment.htm 



More information about the Groonga-commit mailing list
Back to archive index