Merge "Remove the depth argument while git cloning"
This commit is contained in:
commit
4f1aa11b0e
@ -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:
|
||||
|
@ -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([]) }}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user