Merge "Remove the depth argument while git cloning"

This commit is contained in:
Zuul 2020-07-24 22:03:25 +00:00 committed by Gerrit Code Review
commit 4f1aa11b0e
2 changed files with 0 additions and 2 deletions

View File

@ -5,7 +5,6 @@
repo: "{{ chart_dependency['url'] }}"
version: "{{ chart_dependency['sha'] | default('HEAD') }}"
refspec: "{{ chart_dependency['refspec'] | default('refs/heads/master') }}"
depth: 1
- name: ensure the parent's charts directory exists
file:

View File

@ -5,7 +5,6 @@
repo: "{{ chart['url'] }}"
version: "{{ chart['sha'] | default('HEAD') }}"
refspec: "{{ chart['refspec'] | default('refs/heads/master') }}"
depth: 1
- include_tasks: dependencies.yaml
loop: "{{ chart['dependencies'] | default([]) }}"