Skip to content

Commit

Permalink
cause blackbox.zip to be built before tests are run (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrove-oss authored and rabbah committed Dec 18, 2019
1 parent 2cd77e4 commit 9ecec75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/travis/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9ecec75

Please sign in to comment.