You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by ba...@apache.org on 2016/02/08 15:32:40 UTC

[2/2] couchdb-ci git commit: run CentOS container with LD_LIBRARY_PATH option

run CentOS container with LD_LIBRARY_PATH option


Project: http://git-wip-us.apache.org/repos/asf/couchdb-ci/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-ci/commit/48c8ad4c
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-ci/tree/48c8ad4c
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-ci/diff/48c8ad4c

Branch: refs/heads/master
Commit: 48c8ad4c8c6338f03092cf22806692c07cbdca79
Parents: 8b85511
Author: Bastian Krol <ba...@apache.org>
Authored: Mon Feb 8 15:32:14 2016 +0100
Committer: Bastian Krol <ba...@apache.org>
Committed: Mon Feb 8 15:32:14 2016 +0100

----------------------------------------------------------------------
 jenkins/build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-ci/blob/48c8ad4c/jenkins/build.sh
----------------------------------------------------------------------
diff --git a/jenkins/build.sh b/jenkins/build.sh
index 78b6d31..8a59371 100755
--- a/jenkins/build.sh
+++ b/jenkins/build.sh
@@ -43,7 +43,7 @@ case $OS in
   centos-7*)
     echo "Using CentOS 7"
     DOCKER_IMAGE=$DOCKER_IMAGE"centos-7-"
-    DOCKER_OPTIONS="-e LD_LIBRARY_PATH='/usr/local/lib'"
+    DOCKER_OPTIONS="-e LD_LIBRARY_PATH=/usr/local/lib"
     ;;
   debian-8*)
     echo "Using Debian 8"