Skip to content

Commit c6c97fe

Browse files
committed
kdevops_archive: fix symlink
Now tested with make ci-archive DEMO=1 AV=1 Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>
1 parent 697b30d commit c6c97fe

File tree

1 file changed

+2
-2
lines changed
  • playbooks/roles/kdevops_archive/tasks

1 file changed

+2
-2
lines changed

playbooks/roles/kdevops_archive/tasks/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@
354354

355355
- name: Create .tar.xz symlink for the archive
356356
file:
357-
src: "{{ kdevops_results_archive_dir }}/{{ kdevops_results_archive_dir }}/{{ kdevops_archive_test_ref }}.xz"
357+
src: "{{ kdevops_archive_test_ref }}.xz"
358358
dest: "{{ kdevops_results_archive_dir }}/{{ kdevops_archive_prefix }}/{{ kdevops_archive_test_ref }}.tar.xz"
359359
state: link
360360

@@ -366,7 +366,7 @@
366366

367367
- name: Stage the new archive file
368368
command:
369-
cmd: git add "{{ kdevops_archive_prefix }}{{ kdevops_archive_test_ref }}.xz"
369+
cmd: git add "{{ kdevops_archive_prefix }}{{ kdevops_archive_test_ref }}*.xz"
370370
args:
371371
chdir: "{{ kdevops_results_archive_dir }}"
372372
environment:

0 commit comments

Comments
 (0)