mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-03-27 05:43:02 +00:00
molecule: clone the chart repos with depth=1 (#303)
This commit is contained in:
@@ -4,12 +4,14 @@
|
||||
repo: "{{ chart_test_git_repo }}"
|
||||
dest: /tmp/helm_test_repo
|
||||
version: 631eb8413f6728962439488f48d7d6fbb954a6db
|
||||
depth: 1
|
||||
|
||||
- name: Git clone stable repo upgrade
|
||||
git:
|
||||
repo: "{{ chart_test_git_repo }}"
|
||||
dest: /tmp/helm_test_repo_upgrade
|
||||
version: d37b5025ffc8be49699898369fbb59661e2a8ffb
|
||||
depth: 1
|
||||
|
||||
- name: Install Chart from local path
|
||||
include_tasks: "../tests_chart.yml"
|
||||
|
||||
Reference in New Issue
Block a user