chetanmeh commented on a change in pull request #17: Use Maven based dependency
instead of gradle project based dependency
URL:
https://github.com/apache/incubator-openwhisk-runtime-docker/pull/17#discussion_r167878602
##########
File path: tools/travis/build.sh
##########
@@ -30,6 +22,20 @@ docker tag openwhisk/invoker ${IMAGE_PREFIX}/invoker
docker pull openwhisk/nodejs6action
docker tag openwhisk/nodejs6action ${IMAGE_PREFIX}/nodejs6action
+TERM=dumb ./gradlew \
+:common:scala:install \
+:core:controller:install \
+:core:invoker:install \
+:tests:install \
+-x test -x createKeystore
Review comment:
@csantanapr Here I had to exclude createKeystore as this depends on
`compileTestScala` and requires presence of whisk.properties which gets created
by deploy.sh. Not sure if we should address this in core by skipping it if test
are skipped
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services