Skip to content

Commit

Permalink
Fix pipeline config path
Browse files Browse the repository at this point in the history
  • Loading branch information
Aratz committed Apr 4, 2024
1 parent b65a473 commit 11e05e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/arteria-sequencing-report-ws/tasks/install_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
- name: deploying {{ arteria_service_name }} configs for pipelines
template:
src: "{{ item }}"
dest: "{{ arteria_service_pipeline_config_dir }}/pipeline_configs/{{ item | basename | splitext | first }}"
dest: "{{ arteria_service_pipeline_config_dir }}/{{ item | basename | splitext | first }}"
with_fileglob:
- "../templates/pipeline_configs/*.j2"

Expand All @@ -45,7 +45,7 @@
- name: deploying {{ arteria_service_name }} nextflow configs for pipelines
template:
src: "{{ item }}"
dest: "{{ arteria_service_nextflow_config_dir }}/nextflow_configs/{{ item | basename }}"
dest: "{{ arteria_service_nextflow_config_dir }}/{{ item | basename }}"
with_fileglob:
- "../files/nextflow_configs/*.config"

Expand Down

0 comments on commit 11e05e2

Please sign in to comment.