We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cd77e4 commit 9ecec75Copy full SHA for 9ecec75
1 file changed
tools/travis/build.sh
@@ -33,7 +33,7 @@ scancode/scanCode.py --config scancode/ASF-Release.cfg $ROOTDIR
33
34
# Build OpenWhisk deps before we run tests
35
cd $WHISKDIR
36
-TERM=dumb ./gradlew install
+TERM=dumb ./gradlew install tests:buildArtifacts
37
# Mock file (works around bug upstream)
38
echo "openwhisk.home=$WHISKDIR" > whisk.properties
39
echo "vcap.services.file=" >> whisk.properties
0 commit comments