You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by mh...@apache.org on 2018/07/09 16:16:27 UTC

[incubator-openwhisk-apigateway] branch master updated: Add playbook to install package. (#316)

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 56673df  Add playbook to install package. (#316)
56673df is described below

commit 56673df361792e7d37995683232da349cd1a9657
Author: rodric rabbah <ro...@gmail.com>
AuthorDate: Mon Jul 9 12:16:25 2018 -0400

    Add playbook to install package. (#316)
---
 tools/travis/build.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tools/travis/build.sh b/tools/travis/build.sh
index f5a7606..a17d372 100755
--- a/tools/travis/build.sh
+++ b/tools/travis/build.sh
@@ -56,6 +56,8 @@ $ANSIBLE_CMD apigateway.yml -e apigateway_local_build=true
 #Use dockerhub
 #$ANSIBLE_CMD apigateway.yml
 
+$ANSIBLE_CMD routemgmt.yml
+
 # Tests
 cd $OPENWHISK_HOME
 cat whisk.properties