You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by pd...@apache.org on 2018/07/10 17:45:35 UTC

[incubator-openwhisk-wskdeploy] branch master updated: Move API Gateway playbook. (#957)

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

pdesai 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 796a8c2  Move API Gateway playbook. (#957)
796a8c2 is described below

commit 796a8c216d93b744fe00620f7d46a90cfec3a578
Author: rodric rabbah <ro...@gmail.com>
AuthorDate: Tue Jul 10 13:45:32 2018 -0400

    Move API Gateway playbook. (#957)
---
 tools/travis/script.sh | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/tools/travis/script.sh b/tools/travis/script.sh
index 21db832..1aec7f3 100755
--- a/tools/travis/script.sh
+++ b/tools/travis/script.sh
@@ -51,11 +51,10 @@ $ANSIBLE_CMD setup.yml
 $ANSIBLE_CMD prereq.yml
 $ANSIBLE_CMD couchdb.yml
 $ANSIBLE_CMD initdb.yml
-
 $ANSIBLE_CMD wipe.yml
-$ANSIBLE_CMD apigateway.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 apigateway.yml
+$ANSIBLE_CMD routemgmt.yml
 
 export OPENWHISK_HOME="$(dirname "$TRAVIS_BUILD_DIR")/openwhisk"