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/13 15:08:28 UTC

[incubator-openwhisk-package-deploy] branch master updated: Adding :admin:tools:install task to the travis build.sh (#29)

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-deploy.git


The following commit(s) were added to refs/heads/master by this push:
     new 8f904e1  Adding :admin:tools:install task to the travis build.sh (#29)
8f904e1 is described below

commit 8f904e1ad33987103cd5dd1d05c3885792b534a9
Author: Malith Munasinghe <mp...@users.noreply.github.com>
AuthorDate: Mon Aug 13 20:38:26 2018 +0530

    Adding :admin:tools:install task to the travis build.sh (#29)
---
 tools/travis/build.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/travis/build.sh b/tools/travis/build.sh
index 7626625..65977f8 100755
--- a/tools/travis/build.sh
+++ b/tools/travis/build.sh
@@ -33,6 +33,7 @@ TERM=dumb ./gradlew \
 :core:controller:install \
 :core:invoker:install \
 :tests:install \
+:tools:admin:install \
 distDocker
 
 cd $WHISKDIR/ansible