You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ra...@apache.org on 2019/12/18 21:07:33 UTC

[openwhisk-runtime-docker] branch master updated: cause blackbox.zip to be built before tests are run (#80)

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

rabbah pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-runtime-docker.git


The following commit(s) were added to refs/heads/master by this push:
     new 9ecec75  cause blackbox.zip to be built before tests are run (#80)
9ecec75 is described below

commit 9ecec75d3ef0b90e8d31b3baf3a2de117e868546
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Wed Dec 18 16:07:27 2019 -0500

    cause blackbox.zip to be built before tests are run (#80)
---
 tools/travis/build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/travis/build.sh b/tools/travis/build.sh
index 8ee3c2b..d295f19 100755
--- a/tools/travis/build.sh
+++ b/tools/travis/build.sh
@@ -33,7 +33,7 @@ scancode/scanCode.py --config scancode/ASF-Release.cfg $ROOTDIR
 
 # Build OpenWhisk deps before we run tests
 cd $WHISKDIR
-TERM=dumb ./gradlew install
+TERM=dumb ./gradlew install tests:buildArtifacts
 # Mock file (works around bug upstream)
 echo "openwhisk.home=$WHISKDIR" > whisk.properties
 echo "vcap.services.file=" >> whisk.properties