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-docker.git
The following commit(s) were added to refs/heads/master by this push:
new e729ebc Add skip_pull_runtimes for Travis CI (#45)
e729ebc is described below
commit e729ebc62c0ff42b58c6ebf3fe5c2817a0d5f8d0
Author: Vincent <[email protected]>
AuthorDate: Tue Jun 19 13:53:08 2018 -0400
Add skip_pull_runtimes for Travis CI (#45)
---
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 753e4d7..12c319b 100755
--- a/ansible/environments/local/group_vars/all
+++ b/ansible/environments/local/group_vars/all
@@ -36,9 +36,8 @@ kafka_topics_invoker_retentionMS: 300000
env_hosts_dir: "{{ playbook_dir }}/environments/local"
+skip_pull_runtimes: true
runtimes_manifest:
- defaultImagePrefix: "openwhisk"
- defaultImageTag: "latest"
runtimes:
nodejs:
- kind: "nodejs:6"