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

mdeuser 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 c389313  make controller use http instead of https (#283)
c389313 is described below

commit c389313d90ae40e59a5b2c3b209d982095cd2120
Author: Carlos Santana <csantan...@gmail.com>
AuthorDate: Mon Mar 12 18:34:54 2018 -0400

    make controller use http instead of https (#283)
---
 tools/travis/build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/travis/build.sh b/tools/travis/build.sh
index 0c39c5f..c8d72e7 100755
--- a/tools/travis/build.sh
+++ b/tools/travis/build.sh
@@ -53,7 +53,7 @@ $ANSIBLE_CMD apigateway.yml -e apigateway_local_build=true
 
 
 $ANSIBLE_CMD wipe.yml
-$ANSIBLE_CMD openwhisk.yml -e cli_installation_mode=remote
+$ANSIBLE_CMD openwhisk.yml -e cli_installation_mode=remote -e 
controllerProtocolForSetup=http
 
 # Set Environment
 export OPENWHISK_HOME=$WHISKDIR

-- 
To stop receiving notification emails like this one, please contact
mdeu...@apache.org.

Reply via email to