You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by cs...@apache.org on 2018/08/14 15:21:41 UTC

[incubator-openwhisk-client-js] branch master updated: Add explicit call to routemgmt.yml in travis (#127)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 12eba71  Add explicit call to routemgmt.yml in travis (#127)
12eba71 is described below

commit 12eba71b1b638b6e62ffa4e4f41b80788e1fca51
Author: Carlos Santana <cs...@apache.org>
AuthorDate: Tue Aug 14 11:21:39 2018 -0400

    Add explicit call to routemgmt.yml in travis (#127)
---
 tools/travis/build.sh | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/tools/travis/build.sh b/tools/travis/build.sh
index 5abd836..fab87a4 100755
--- a/tools/travis/build.sh
+++ b/tools/travis/build.sh
@@ -16,7 +16,7 @@ $ANSIBLE_CMD setup.yml
 $ANSIBLE_CMD prereq.yml
 $ANSIBLE_CMD couchdb.yml
 $ANSIBLE_CMD initdb.yml
-$ANSIBLE_CMD apigateway.yml
+
 
 cd $WHISKDIR
  ./gradlew  -PdockerImagePrefix=openwhisk
@@ -24,6 +24,9 @@ cd $WHISKDIR/ansible
 
 $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 apigateway.yml
+$ANSIBLE_CMD properties.yml # required for to run before routemgmt.yml
+$ANSIBLE_CMD routemgmt.yml
 $ANSIBLE_CMD postdeploy.yml
 
 cd $WHISKDIR