Skip to content
Snippets Groups Projects
Commit f6fb173e authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[templates] Fix conda/meta.yaml template resolution {{ group }} -> (( group )) (closes #22)

parent dc71ed4d
No related branches found
No related tags found
1 merge request!36Fix conda/meta.yaml template resolution {{ group }} -> (( group ))
Pipeline #28884 passed
...@@ -52,7 +52,7 @@ test: ...@@ -52,7 +52,7 @@ test:
about: about:
summary: (( title )) summary: (( title ))
home: https://www.idiap.ch/software/{{ group }}/ home: https://www.idiap.ch/software/(( group ))/
license: (% if license == 'gplv3' %)GNU General Public License v3 (GPLv3)(% else %)BSD 3-Clause(% endif %) license: (% if license == 'gplv3' %)GNU General Public License v3 (GPLv3)(% else %)BSD 3-Clause(% endif %)
license_family: (% if license == 'gplv3' %)GPL(% else %)BSD(% endif %) license_family: (% if license == 'gplv3' %)GPL(% else %)BSD(% endif %)
license_file: (% if license == 'gplv3' %)../COPYING(% else %)../LICENSE(% endif %) license_file: (% if license == 'gplv3' %)../COPYING(% else %)../LICENSE(% endif %)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment