Skip to content

Commit

Permalink
do not delete project
Browse files Browse the repository at this point in the history
  • Loading branch information
tsmonteiro committed Apr 10, 2024
1 parent f2b6c9c commit 9dbaeaf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,9 +279,9 @@ def run_with_params(params, mode="cli"):

raise e

finally:
if project != None and client != None:
client.workflowService.delete(project.id, project.rev)
# finally:
# if project != None and client != None:
# client.workflowService.delete(project.id, project.rev)

if mode == "operator":
return statusList
Expand Down

0 comments on commit 9dbaeaf

Please sign in to comment.