Skip to content

Commit eea7230

Browse files
committed
remove extra comma causing tuple as release time in canarieapi configs
1 parent 9fced0d commit eea7230

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

birdhouse/config/flyingpigeon/config/canarie-api/canarie_api_monitoring.py.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FLYINGPIGEON_VERSION = "${FLYINGPIGEON_VERSION}"
2-
FLYINGPIGEON_RELEASE = get_release_time_from_repo_tag("github", "bird-house/flyingpigeon", FLYINGPIGEON_VERSION),
2+
FLYINGPIGEON_RELEASE = get_release_time_from_repo_tag("github", "bird-house/flyingpigeon", FLYINGPIGEON_VERSION)
33

44
SERVICES['flyingpigeon'] = {
55
'info': {

birdhouse/config/hummingbird/config/canarie-api/canarie_api_monitoring.py.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
HUMMINGBIRD_VERSION = "${HUMMINGBIRD_VERSION}"
2-
HUMMINGBIRD_RELEASE = get_release_time_from_repo_tag("github", "bird-house/hummingbird", HUMMINGBIRD_VERSION),
2+
HUMMINGBIRD_RELEASE = get_release_time_from_repo_tag("github", "bird-house/hummingbird", HUMMINGBIRD_VERSION)
33

44
SERVICES['hummingbird'] = {
55
'info': {

birdhouse/config/raven/config/canarie-api/canarie_api_monitoring.py.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
RAVEN_VERSION = "${RAVEN_VERSION}"
2-
RAVEN_RELEASE = get_release_time_from_repo_tag("github", "Ouranosinc/raven", RAVEN_VERSION),
2+
RAVEN_RELEASE = get_release_time_from_repo_tag("github", "Ouranosinc/raven", RAVEN_VERSION)
33

44
SERVICES['raven'] = {
55
'info': {

birdhouse/config/twitcher/config/canarie-api/canarie_api_monitoring.py.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def get_twitcher_magpie_adapter_version() -> str:
1616

1717

1818
TWITCHER_VERSION = get_twitcher_magpie_adapter_version()
19-
TWITCHER_RELEASE = get_release_time_from_repo_tag("github", "bird-house/twitcher", TWITCHER_VERSION),
19+
TWITCHER_RELEASE = get_release_time_from_repo_tag("github", "bird-house/twitcher", TWITCHER_VERSION)
2020
SERVICES['Twitcher'] = {
2121
'info': {
2222
'name': 'Twitcher',

0 commit comments

Comments
 (0)