csantanapr closed pull request #66: Add skip_pull_runtimes for Travis CI
URL: https://github.com/apache/incubator-openwhisk-runtime-swift/pull/66
 
 
   

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/ansible/environments/local/group_vars/all 
b/ansible/environments/local/group_vars/all
index 4cd7674..4caf10e 100755
--- a/ansible/environments/local/group_vars/all
+++ b/ansible/environments/local/group_vars/all
@@ -30,9 +30,8 @@ invoker_allow_multiple_instances: true
 
 env_hosts_dir: "{{ playbook_dir }}/environments/local"
 
+skip_pull_runtimes: true
 runtimes_manifest:
-  defaultImagePrefix: "openwhisk"
-  defaultImageTag: "latest"
   runtimes:
     nodejs:
     - kind: "nodejs:6"
diff --git a/tools/travis/build.sh b/tools/travis/build.sh
index 88d3558..54ef567 100755
--- a/tools/travis/build.sh
+++ b/tools/travis/build.sh
@@ -42,7 +42,7 @@ docker tag openwhisk/controller ${IMAGE_PREFIX}/controller
 docker pull openwhisk/invoker
 docker tag openwhisk/invoker ${IMAGE_PREFIX}/invoker
 docker pull openwhisk/nodejs6action
-docker tag openwhisk/nodejs6action ${IMAGE_PREFIX}/nodejs6action
+docker tag openwhisk/nodejs6action nodejs6action
 
 TERM=dumb ./gradlew \
 :common:scala:install \


 

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


With regards,
Apache Git Services

Reply via email to