diff --git a/src/main/python/ddadevops/infrastructure/infrastructure.py b/src/main/python/ddadevops/infrastructure/infrastructure.py index 518dcc5..ca3cdb0 100644 --- a/src/main/python/ddadevops/infrastructure/infrastructure.py +++ b/src/main/python/ddadevops/infrastructure/infrastructure.py @@ -121,6 +121,7 @@ class ExecutionApi: text=True) except CalledProcessError as exc: print("Command failed with code: ", exc.returncode, " and message:", exc.stderr) + raise CalledProcessError class EnvironmentApi: