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:59:13 UTC

[incubator-openwhisk-runtime-swift] branch master updated: Update Travis to use remote as cli installation mode (#7)

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


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

commit 4211bd4d22987604cff4ddded14406aca8a6390a
Author: Vincent <sh...@us.ibm.com>
AuthorDate: Tue Nov 21 18:59:11 2017 -0500

    Update Travis to use remote as cli installation mode (#7)
---
 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 61e28f2..608a15d 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
['"commits@openwhisk.apache.org" <co...@openwhisk.apache.org>'].