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_r168078819
##########
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:
I decided to fix this on openwhisk side with
apache/incubator-openwhisk#3282. Once that is merged would remove `-x
createKeyStore -x test`
----------------------------------------------------------------
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