Skip to content

Commit 9ecec75

Browse files
dgrove-ossrabbah
authored andcommitted
cause blackbox.zip to be built before tests are run (#80)
1 parent 2cd77e4 commit 9ecec75

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/travis/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ scancode/scanCode.py --config scancode/ASF-Release.cfg $ROOTDIR
3333

3434
# Build OpenWhisk deps before we run tests
3535
cd $WHISKDIR
36-
TERM=dumb ./gradlew install
36+
TERM=dumb ./gradlew install tests:buildArtifacts
3737
# Mock file (works around bug upstream)
3838
echo "openwhisk.home=$WHISKDIR" > whisk.properties
3939
echo "vcap.services.file=" >> whisk.properties

0 commit comments

Comments
 (0)