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-php.git
The following commit(s) were added to refs/heads/master by this push:
new 153dbc7 Add skip_pull_runtimes for Travis CI (#30)
153dbc7 is described below
commit 153dbc7506045e30f7bd5cd64368f421ffc1355f
Author: Vincent <[email protected]>
AuthorDate: Tue Jun 19 13:55:32 2018 -0400
Add skip_pull_runtimes for Travis CI (#30)
---
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 bccaacf..1b3fe54 100755
--- a/ansible/environments/local/group_vars/all
+++ b/ansible/environments/local/group_vars/all
@@ -29,9 +29,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"