You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ra...@apache.org on 2018/03/14 00:26:17 UTC

[incubator-openwhisk-cli] branch master updated: Use HTTP instead of HTTPS for controller (#242)

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

rabbah pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-cli.git


The following commit(s) were added to refs/heads/master by this push:
     new 6ca5a6e  Use HTTP instead of HTTPS for controller (#242)
6ca5a6e is described below

commit 6ca5a6eecab0d60991db4f020a48515b6582e590
Author: James Dubee <jw...@us.ibm.com>
AuthorDate: Tue Mar 13 20:26:15 2018 -0400

    Use HTTP instead of HTTPS for controller (#242)
---
 tools/travis/test_openwhisk.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/travis/test_openwhisk.sh b/tools/travis/test_openwhisk.sh
index 4ee46dc..8d2453e 100755
--- a/tools/travis/test_openwhisk.sh
+++ b/tools/travis/test_openwhisk.sh
@@ -68,7 +68,7 @@ $ANSIBLE_CMD couchdb.yml
 $ANSIBLE_CMD initdb.yml
 $ANSIBLE_CMD apigateway.yml
 $ANSIBLE_CMD wipe.yml
-$ANSIBLE_CMD openwhisk.yml -e cli_installation_mode=local -e openwhisk_cli_home=$TRAVIS_BUILD_DIR
+$ANSIBLE_CMD openwhisk.yml -e cli_installation_mode=local -e openwhisk_cli_home=$TRAVIS_BUILD_DIR -e controllerProtocolForSetup=http
 
 #  Run the test cases under openwhisk to ensure the quality of the runnint API.
 cd $TRAVIS_BUILD_DIR

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