Skip to content

Commit c389313

Browse files
csantanaprmdeuser
authored andcommitted
make controller use http instead of https (#283)
1 parent 3e1fafb commit c389313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/travis/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ $ANSIBLE_CMD apigateway.yml -e apigateway_local_build=true
5353

5454

5555
$ANSIBLE_CMD wipe.yml
56-
$ANSIBLE_CMD openwhisk.yml -e cli_installation_mode=remote
56+
$ANSIBLE_CMD openwhisk.yml -e cli_installation_mode=remote -e controllerProtocolForSetup=http
5757

5858
# Set Environment
5959
export OPENWHISK_HOME=$WHISKDIR

0 commit comments

Comments
 (0)