You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by cs...@apache.org on 2017/11/21 23:57:35 UTC

[incubator-openwhisk-runtime-java] branch master updated: Upda the Travis to use "remote" as the installation mode for CLI (#4)

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

csantanapr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-runtime-java.git


The following commit(s) were added to refs/heads/master by this push:
     new 1721a71  Upda the Travis to use "remote" as the installation mode for CLI (#4)
1721a71 is described below

commit 1721a716b6d53aecb10167d1cf29ffd2283c9f29
Author: Vincent <sh...@us.ibm.com>
AuthorDate: Tue Nov 21 18:57:33 2017 -0500

    Upda the Travis to use "remote" as the installation mode for CLI (#4)
---
 tools/travis/build.sh  | 8 --------
 tools/travis/deploy.sh | 2 +-
 2 files changed, 1 insertion(+), 9 deletions(-)

diff --git a/tools/travis/build.sh b/tools/travis/build.sh
index 52824f9..24ec430 100755
--- a/tools/travis/build.sh
+++ b/tools/travis/build.sh
@@ -28,11 +28,3 @@ docker pull openwhisk/invoker
 docker tag openwhisk/invoker ${IMAGE_PREFIX}/invoker
 docker pull openwhisk/nodejs6action
 docker tag openwhisk/nodejs6action ${IMAGE_PREFIX}/nodejs6action
-
-#Build CLI
-TERM=dumb ./gradlew \
-:tools:cli:distDocker \
--PdockerImagePrefix=${IMAGE_PREFIX}
-
-
-
diff --git a/tools/travis/deploy.sh b/tools/travis/deploy.sh
index bf30063..1be60b3 100755
--- a/tools/travis/deploy.sh
+++ b/tools/travis/deploy.sh
@@ -19,7 +19,7 @@ $ANSIBLE_CMD prereq.yml
 $ANSIBLE_CMD couchdb.yml
 $ANSIBLE_CMD initdb.yml
 $ANSIBLE_CMD wipe.yml
-$ANSIBLE_CMD openwhisk.yml
+$ANSIBLE_CMD openwhisk.yml -e cli_installation_mode=remote
 
 docker images
 docker ps

-- 
To stop receiving notification emails like this one, please contact
['"commits@openwhisk.apache.org" <co...@openwhisk.apache.org>'].