You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by wo...@apache.org on 2017/03/17 06:02:43 UTC

[2/2] couchdb-ci git commit: Fix comment in jenkins/build.sh

Fix comment in jenkins/build.sh


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

Branch: refs/heads/master
Commit: 396f77a46f4b699c810f82cde8a1698e771da4b5
Parents: a0ad40d
Author: Joan Touzet <wo...@apache.org>
Authored: Thu Mar 16 22:57:32 2017 -0700
Committer: Joan Touzet <wo...@apache.org>
Committed: Thu Mar 16 22:57:32 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/couchdb-ci/blob/396f77a4/jenkins/build.sh
----------------------------------------------------------------------
diff --git a/jenkins/build.sh b/jenkins/build.sh
index 63e77d1..623b6b3 100755
--- a/jenkins/build.sh
+++ b/jenkins/build.sh
@@ -59,7 +59,7 @@ esac
 
 case $ERLANG in
   default*)
-    echo "Using Erlang 18.2"
+    echo "Using OS default Erlang"
     DOCKER_IMAGE=$DOCKER_IMAGE"erlang-default"
     ;;
   18.2*)