This is an automated email from the ASF dual-hosted git repository.
houshengbo pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-openwhisk-runtime-nodejs.git
The following commit(s) were added to refs/heads/master by this push:
new f87af49 add skip_pull_runtimes for travis CI (#64)
f87af49 is described below
commit f87af49370c143d1ad9c1cf72d6883a0e6cbf0a2
Author: Carlos Santana <[email protected]>
AuthorDate: Tue Jun 19 13:27:49 2018 -0400
add skip_pull_runtimes for travis CI (#64)
---
ansible/environments/local/group_vars/all | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/ansible/environments/local/group_vars/all
b/ansible/environments/local/group_vars/all
index 091cb4b..de48d98 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"