domste
domste
I had a similar issue and could solve it by catching the `SystemExit` - Exception in the try block: ```python3 killer = Killer() while not killer.shutdown_signal: try: for m in...
I'd also extend that feature request to deploy init-scripts to containers (s3, adfs, ...).
I have not tried it yet, but looks like you have to set it in pyproject.toml: ``` [tool.semantic_release.remote] type = "gitlab" token = { env = "GL_TOKEN" } domain =...