Skip to content

Commit 4ee116e

Browse files
committed
s390x
1 parent 3fb4a1a commit 4ee116e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/ci-build-builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
# than with commit hashes, prevents "reference is not a tree" errors
2626
version: "{{ local_branch }}"
2727
refspec: "+{{ collector_git_ref | replace('refs/', '') }}:{{ local_branch }}"
28+
depth: 1
2829
recursive: true
2930
when: arch == "s390x"
3031

@@ -54,7 +55,6 @@
5455
ansible.builtin.copy:
5556
src: "{{ github_workspace }}/{{ ccache_path }}"
5657
dest: "{{ collector_root }}/{{ ccache_dir }}/"
57-
mode: preserve
5858
remote_src: false
5959
when: arch == "s390x" and ccache_check.stat.exists
6060

0 commit comments

Comments
 (0)