This is an automated email from the ASF dual-hosted git repository.
mhamann pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-apigateway.git
The following commit(s) were added to refs/heads/master by this push:
new a3818d6 Update the Travis to install the wsk cli in remote mode
a3818d6 is described below
commit a3818d69db016ee6f1f98eb21b6f6d34844ad794
Author: Vincent Hou <shou@us.ibm.com>
AuthorDate: Fri Nov 17 13:04:12 2017 -0500
Update the Travis to install the wsk cli in remote mode
---
tools/travis/build.sh | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/tools/travis/build.sh b/tools/travis/build.sh
index a9654bf..e1fc339 100755
--- a/tools/travis/build.sh
+++ b/tools/travis/build.sh
@@ -34,15 +34,9 @@ $ANSIBLE_CMD apigateway.yml -e apigateway_local_build=true
#Use dockerhub
#$ANSIBLE_CMD apigateway.yml
-cd $WHISKDIR
-
-TERM=dumb ./gradlew tools:cli:distDocker -PdockerImagePrefix=openwhisk
-
-cd $WHISKDIR/ansible
-
$ANSIBLE_CMD wipe.yml
-$ANSIBLE_CMD openwhisk.yml
+$ANSIBLE_CMD openwhisk.yml -e cli_installation_mode=remote
# Set Environment
export OPENWHISK_HOME=$WHISKDIR
--
To stop receiving notification emails like this one, please contact
['"commits@openwhisk.apache.org" <commits@openwhisk.apache.org>'].
|