Skip to content

Commit 9c0465a

Browse files
committed
CI: add filename to ark checksum artifact
1 parent 27a7b7d commit 9c0465a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/kayobe/ansible/pulp-artifact-upload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848

4949
- name: Write checksum to file
5050
ansible.builtin.copy:
51-
content: "{{ file_stats.stat.checksum }}"
51+
content: "{{ file_stats.stat.checksum }} {{ found_files.files[0].path | basename }}"
5252
dest: "/tmp/{{ found_files.files[0].path | basename }}.sha256"
5353
when: upload_checksum
5454

0 commit comments

Comments
 (0)