Skip to content

Commit

Permalink
resolve conversation
Browse files Browse the repository at this point in the history
  • Loading branch information
Jannis-Mittenzwei committed Nov 22, 2024
1 parent c37bf41 commit a54c484
Show file tree
Hide file tree
Showing 5 changed files with 588 additions and 590 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@
.gitignore
dist
__pycache__.html-documentation
.lint.txt
.lint.json
.security.json
.coverage
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def upload_cloudformation_stack(self, yml: str, stack_name: str):
raise e

def read_secret_arn(self, secret_name: str):
""" "
"""
Uses Boto3 to retrieve the ARN of a secret.
"""
logging.debug(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

@dataclass(eq=True, frozen=True, order=True)
class Flavor:
""" "
"""
Holds the name and the formatted name used for generating the buildspec.
"""

Expand Down
2 changes: 1 addition & 1 deletion exasol_script_languages_container_ci_setup/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
# Do not edit this file manually!
# If you need to change the version, do so in the project.toml, e.g. by using `poetry version X.Y.Z`.
MAJOR = 1
MINOR = 5
MINOR = 6
PATCH = 0
VERSION = f"{MAJOR}.{MINOR}.{PATCH}"
Loading

0 comments on commit a54c484

Please sign in to comment.