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

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


The following commit(s) were added to refs/heads/master by this push:
     new eaff9f7  Run the properties.yml playbook in order to create 
whisk.properties (#964)
eaff9f7 is described below

commit eaff9f7d6402900c2543fd4a05b24e0da106eb23
Author: Vincent <s...@us.ibm.com>
AuthorDate: Tue Aug 14 12:50:51 2018 -0400

    Run the properties.yml playbook in order to create whisk.properties (#964)
---
 tools/travis/script.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/travis/script.sh b/tools/travis/script.sh
index 1aec7f3..43121bd 100755
--- a/tools/travis/script.sh
+++ b/tools/travis/script.sh
@@ -53,6 +53,7 @@ $ANSIBLE_CMD couchdb.yml
 $ANSIBLE_CMD initdb.yml
 $ANSIBLE_CMD wipe.yml
 $ANSIBLE_CMD openwhisk.yml -e 
'{"openwhisk_cli":{"installation_mode":"remote","remote":{"name":"OpenWhisk_CLI","dest_name":"OpenWhisk_CLI","location":"https://github.com/apache/incubator-openwhisk-cli/releases/download/latest"}}}'
+$ANSIBLE_CMD properties.yml
 $ANSIBLE_CMD apigateway.yml
 $ANSIBLE_CMD routemgmt.yml
 

Reply via email to