Skip to content

Commit

Permalink
revert canarie config invalid template vars values
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault committed Jan 23, 2024
1 parent ec77c07 commit 58b2c4c
Showing 1 changed file with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,10 @@ SERVICES = {
# NOTE:
# Below version and release time auto-managed by 'make VERSION=x.y.z bump'.
# Do NOT modify it manually. See 'Tagging policy' in 'birdhouse/README.rst'.
'version': '2.0.4',
'releaseTime': '2024-01-18T14:27:21Z',
'institution': 'Ouranos',
'researchSubject': 'Climatology',
'version': '2.0.5',
'releaseTime': '2024-01-22T04:23:33Z',
'institution': '${SERVER_INSTITUTION}',
'researchSubject': '${SERVER_SUBJECT}',
'supportEmail': '${SUPPORT_EMAIL}',
'category': 'Resource/Cloud Management',
'tags': [tag.strip() for tag in "${SERVER_TAGS}".split(",") if tag.strip()],
Expand Down Expand Up @@ -142,12 +142,12 @@ PLATFORMS = {
# NOTE:
# Below version and release time auto-managed by 'make VERSION=x.y.z bump'.
# Do NOT modify it manually. See 'Tagging policy' in 'birdhouse/README.rst'.
'version': '2.0.4',
'releaseTime': '2024-01-18T14:27:21Z',
'institution': 'Ouranos',
'researchSubject': 'Climatology',
'version': '2.0.5',
'releaseTime': '2024-01-22T04:23:33Z',
'institution': '${SERVER_INSTITUTION}',
'researchSubject': '${SERVER_SUBJECT}',
'supportEmail': '${SUPPORT_EMAIL}',
'tags': ['Climatology', 'Cloud']
'tags': [tag.strip() for tag in "${SERVER_TAGS}".split(",") if tag.strip()],
},
'stats': {
'method': '.*',
Expand Down

0 comments on commit 58b2c4c

Please sign in to comment.