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

Merge branch 'template-fix' into 'master'

Fix conda/meta.yaml template resolution {{ group }} -> (( group ))

Closes #22

See merge request !36
parents dc71ed4d f6fb173e
No related branches found
No related tags found
1 merge request!36Fix conda/meta.yaml template resolution {{ group }} -> (( group ))
Pipeline #28885 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