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-python.git


The following commit(s) were added to refs/heads/master by this push:
     new 0e8aa67  Update Travis to use remote as cli installation mode (#2)
0e8aa67 is described below

commit 0e8aa67a0dbae328388b3e9f412f63b1859bbb78
Author: Vincent <[email protected]>
AuthorDate: Tue Nov 21 19:14:52 2017 -0500

    Update Travis to use remote as cli installation mode (#2)
---
 tools/travis/build.sh  | 4 ----
 tools/travis/deploy.sh | 2 +-
 2 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/tools/travis/build.sh b/tools/travis/build.sh
index aacbf95..8d9dc85 100755
--- a/tools/travis/build.sh
+++ b/tools/travis/build.sh
@@ -29,10 +29,6 @@ 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
['"[email protected]" <[email protected]>'].

Reply via email to