Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Commit

Permalink
remove call to remove_service
Browse files Browse the repository at this point in the history
  • Loading branch information
h4ck3rk3y committed Sep 4, 2023
1 parent 121027d commit 3f67e97
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ def generate_cl_validator_keystores(
keystore_files,
)

# we cleanup as the data generation is done
plan.remove_service(service_name)
# TODO replace this with a task so that we can get the container removed
# we are removing a call to remove_service for idempotency
return result


Expand Down

0 comments on commit 3f67e97

Please sign in to comment.