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-java.git
The following commit(s) were added to refs/heads/master by this push:
new b20f90e Add skip_pull_runtimes for Travis CI (#59)
b20f90e is described below
commit b20f90e6841ad5ba30f3d8b2c18ccc93113d64ef
Author: Vincent <[email protected]>
AuthorDate: Tue Jun 19 13:57:22 2018 -0400
Add skip_pull_runtimes for Travis CI (#59)
---
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 306a849..99ea7d0 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"