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-python.git
The following commit(s) were added to refs/heads/master by this push:
new 36254cb Add skip_pull_runtimes for Travis CI (#29)
36254cb is described below
commit 36254cbb203c292f9d8f9edd4f3e59c1a7894505
Author: Vincent <[email protected]>
AuthorDate: Tue Jun 19 14:00:45 2018 -0400
Add skip_pull_runtimes for Travis CI (#29)
---
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 6375ab6..671e1e3 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"