Skip to content

Commit

Permalink
Update component.yml
Browse files Browse the repository at this point in the history
Add comment.
  • Loading branch information
dometto authored May 27, 2024
1 parent 2bec4e1 commit 2d6f420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
- name: iBridges sync
ibridges_sync:
mode: down
env: '{{ ibridges_env | regex_replace("\\", "") | from_yaml }}'
env: '{{ ibridges_env | regex_replace("\\", "") | from_yaml }}' # this is a bit hackish: the component parameter expects JSON, ResearchCloud will then strip the double-quotes from this parameter, turning it into valid YAML...
irods_path: "{{ ibridges_irods_path }}"
local_path: "{{ ibridges_target_path }}/{{ item | basename }}"
password: "{{ ibridges_password }}"
Expand Down

0 comments on commit 2d6f420

Please sign in to comment.