This is an automated email from the ASF dual-hosted git repository.
csantanapr pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-openwhisk-runtime-swift.git
The following commit(s) were added to refs/heads/master by this push:
new f476907 Add skip_pull_runtimes for Travis CI (#66)
f476907 is described below
commit f476907892eb6f34ba5434348e475ce51c3c4adb
Author: Vincent <[email protected]>
AuthorDate: Tue Jun 19 17:15:44 2018 -0400
Add skip_pull_runtimes for Travis CI (#66)
---
ansible/environments/local/group_vars/all | 3 +--
tools/travis/build.sh | 2 +-
2 files changed, 2 insertions(+), 3 deletions(-)
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 \