You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/11/13 19:12:52 UTC

[GitHub] dgrove-oss closed pull request #382: Fix distDocker failing on building core images

dgrove-oss closed pull request #382: Fix distDocker failing on building core images
URL: https://github.com/apache/incubator-openwhisk-cli/pull/382
 
 
   

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/test_openwhisk.sh b/tools/travis/test_openwhisk.sh
index 4f472a77..698fdd23 100755
--- a/tools/travis/test_openwhisk.sh
+++ b/tools/travis/test_openwhisk.sh
@@ -81,13 +81,11 @@ cd $TRAVIS_BUILD_DIR
 #  Set up the OpenWhisk environment for integration testing
 #
 
-#  Build docker images
 cd $OPENWHISK_HOME
-./gradlew --console=plain distDocker -PdockerImagePrefix=testing
 
 #  Fire up the cluster
 cd $OPENWHISK_HOME/ansible
-ANSIBLE_CMD="ansible-playbook -i environments/local -e docker_image_prefix=testing"
+ANSIBLE_CMD="ansible-playbook -i environments/local -e docker_image_prefix=openwhisk"
 $ANSIBLE_CMD setup.yml
 $ANSIBLE_CMD prereq.yml
 $ANSIBLE_CMD couchdb.yml


 

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services