Skip to content

Commit

Permalink
Queue builds even when builder is unavailable
Browse files Browse the repository at this point in the history
  • Loading branch information
sersorrel authored and sb10 committed Feb 22, 2024
1 parent da94595 commit 2558a6f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion softpack_core/schemas/environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,6 @@ def create(cls, env: EnvironmentInput) -> CreateResponse: # type: ignore

response = cls.submit_env_to_builder(env)
if response is not None:
cls.delete(env.name, env.path)
return response

return CreateEnvironmentSuccess(
Expand Down

0 comments on commit 2558a6f

Please sign in to comment.