Skip to content

Commit

Permalink
Merge pull request #41 from LukaszSielski/extract_commons
Browse files Browse the repository at this point in the history
Extract commons
  • Loading branch information
LukaszSielski authored Sep 23, 2024
2 parents 81477ce + d96ed04 commit 1f34d65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/envs_mapping.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@

def get_tag(env: str) -> str:
try:
return ENVS[env]
return ENVS[env]["tag"]
except KeyError:
print(f"Mapping for {env} to tagging value not found!")
raise Exception(f"Mapping for {env} to tagging value not found!")

0 comments on commit 1f34d65

Please sign in to comment.