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:58:00 UTC

[incubator-openwhisk-package-pushnotifications] branch master updated: Fix deployment (#90)

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-package-pushnotifications.git


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

commit 289826bcc109930c6315f98475a1d4dd0ef87d64
Author: James Dubee <jw...@us.ibm.com>
AuthorDate: Tue Aug 14 10:57:58 2018 -0400

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

diff --git a/tools/travis/build.sh b/tools/travis/build.sh
index a191428..2d74122 100755
--- a/tools/travis/build.sh
+++ b/tools/travis/build.sh
@@ -20,6 +20,7 @@ $ANSIBLE_CMD setup.yml
 $ANSIBLE_CMD prereq.yml
 $ANSIBLE_CMD couchdb.yml
 $ANSIBLE_CMD initdb.yml
+$ANSIBLE_CMD properties.yml
 
 cd $WHISKDIR