Skip to content

Commit

Permalink
Merge pull request #136 from indigo-dc/mtangaro-galaxy-tools
Browse files Browse the repository at this point in the history
fix galaxy-flavor address
  • Loading branch information
micafer authored Mar 20, 2017
2 parents 41f8372 + 639cb92 commit a0d056c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artifacts/galaxy/galaxy_tools_configure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
delay: 10
when: galaxy_flavor != 'galaxy-no-tools'
- name: Get tool-list
get_url: url="https://raw.githubusercontent.com/indigo-dc/Galaxy-flavors-recipes/master/galaxy-flavors/galaxy-{{ galaxy_flavor }}-tool-list.yml" dest="/tmp/"
get_url: url="https://raw.githubusercontent.com/indigo-dc/Galaxy-flavors-recipes/master/galaxy-flavors/{{ galaxy_flavor }}-tool-list.yml" dest="/tmp/"
when: galaxy_flavor != 'galaxy-no-tools'
vars:
galaxy_tools_tool_list_files: [ "/tmp/{{ galaxy_flavor }}-tool-list.yml" ]
Expand Down

0 comments on commit a0d056c

Please sign in to comment.