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

[incubator-openwhisk-catalog] branch master updated: Fix deployment (#282)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new c7969e9  Fix deployment (#282)
c7969e9 is described below

commit c7969e97b4c5fbe727963668c7c9203c288a1d5d
Author: James Dubee <jw...@us.ibm.com>
AuthorDate: Tue Aug 14 10:59:41 2018 -0400

    Fix deployment (#282)
---
 tools/travis/build.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/travis/build.sh b/tools/travis/build.sh
index 49a68dd..cf7be63 100755
--- a/tools/travis/build.sh
+++ b/tools/travis/build.sh
@@ -42,6 +42,7 @@ $ANSIBLE_CMD setup.yml
 $ANSIBLE_CMD prereq.yml
 $ANSIBLE_CMD couchdb.yml
 $ANSIBLE_CMD initdb.yml
+$ANSIBLE_CMD properties.yml
 
 cd $WHISKDIR