csantanapr closed pull request #4: Upda the Travis to use "remote" as the
installation mode for CLI
URL: https://github.com/apache/incubator-openwhisk-runtime-java/pull/4
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/tools/travis/build.sh b/tools/travis/build.sh
index 52824f9..24ec430 100755
--- a/tools/travis/build.sh
+++ b/tools/travis/build.sh
@@ -28,11 +28,3 @@ docker pull openwhisk/invoker
docker tag openwhisk/invoker ${IMAGE_PREFIX}/invoker
docker pull openwhisk/nodejs6action
docker tag openwhisk/nodejs6action ${IMAGE_PREFIX}/nodejs6action
-
-#Build CLI
-TERM=dumb ./gradlew \
-:tools:cli:distDocker \
--PdockerImagePrefix=${IMAGE_PREFIX}
-
-
-
diff --git a/tools/travis/deploy.sh b/tools/travis/deploy.sh
index bf30063..1be60b3 100755
--- a/tools/travis/deploy.sh
+++ b/tools/travis/deploy.sh
@@ -19,7 +19,7 @@ $ANSIBLE_CMD prereq.yml
$ANSIBLE_CMD couchdb.yml
$ANSIBLE_CMD initdb.yml
$ANSIBLE_CMD wipe.yml
-$ANSIBLE_CMD openwhisk.yml
+$ANSIBLE_CMD openwhisk.yml -e cli_installation_mode=remote
docker images
docker ps
----------------------------------------------------------------
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