Use explicit agebd_env_suffix lower/upper (#65)
Deploy / deploy (push) Failing after 42s

Sub env vars cicd

Co-authored-by: Benjamin Labrecque <labrecque.benji@gmail.com>
Reviewed-on: #65
This commit was merged in pull request #65.
This commit is contained in:
2026-08-05 11:02:18 +02:00
co-authored by Benjamin Labrecque
parent fc46d1a48b
commit a06fded916
69 changed files with 734 additions and 719 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ class MasterIocSubs(BaseModel):
Parses the configuration text and appends a new row before the closing bracket.
"""
quoted_service = f'"{service_name}"'
new_row = f' {{ "{{{{ agebd_env_suffix }}}}", {quoted_service:<22} , "{starton}", "{autooff}" }}'
new_row = f' {{ "{{{{ agebd_env_suffix_upper }}}}", {quoted_service:<22} , "{starton}", "{autooff}" }}'
# Use regex to find the last closing curly brace of the configuration block
# This targets the line that contains only a lone closing brace, optional spaces, and maybe a comma/semicolon.