Skip to content

Commit 697b30d

Browse files
committed
kdevops_archive: add missing filename for symlink
Jeesh, forgot the file name for the source tarball name... Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>
1 parent 277fea4 commit 697b30d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • playbooks/roles/kdevops_archive/tasks

playbooks/roles/kdevops_archive/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@
355355
- name: Create .tar.xz symlink for the archive
356356
file:
357357
src: "{{ kdevops_results_archive_dir }}/{{ kdevops_results_archive_dir }}/{{ kdevops_archive_test_ref }}.xz"
358-
dest: "{{ kdevops_results_archive_dir }}/{{ kdevops_archive_prefix }}.tar.xz"
358+
dest: "{{ kdevops_results_archive_dir }}/{{ kdevops_archive_prefix }}/{{ kdevops_archive_test_ref }}.tar.xz"
359359
state: link
360360

361361
- name: Ensure .xz files are tracked by Git LFS

0 commit comments

Comments
 (0)