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-nodejs.git
The following commit(s) were added to refs/heads/master by this push:
new 41244bf Update Travis to use remote as the cli installation mode (#12)
41244bf is described below
commit 41244bfda6b328e3ac09f5e58f116d0fe1da6049
Author: Vincent <[email protected]>
AuthorDate: Tue Nov 21 18:58:47 2017 -0500
Update Travis to use remote as the cli installation mode (#12)
---
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 fb914d8..30371d7 100755
--- a/tools/travis/build.sh
+++ b/tools/travis/build.sh
@@ -30,10 +30,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]>'].