We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fb4a1a commit 4ee116eCopy full SHA for 4ee116e
ansible/ci-build-builder.yml
@@ -25,6 +25,7 @@
25
# than with commit hashes, prevents "reference is not a tree" errors
26
version: "{{ local_branch }}"
27
refspec: "+{{ collector_git_ref | replace('refs/', '') }}:{{ local_branch }}"
28
+ depth: 1
29
recursive: true
30
when: arch == "s390x"
31
@@ -54,7 +55,6 @@
54
55
ansible.builtin.copy:
56
src: "{{ github_workspace }}/{{ ccache_path }}"
57
dest: "{{ collector_root }}/{{ ccache_dir }}/"
- mode: preserve
58
remote_src: false
59
when: arch == "s390x" and ccache_check.stat.exists
60
0 commit comments