Skip to content

Commit

Permalink
ops: removing unecessary debug service
Browse files Browse the repository at this point in the history
  • Loading branch information
praetoriansentry committed Mar 18, 2024
1 parent b1e77ad commit ca54891
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions main.star
Original file line number Diff line number Diff line change
Expand Up @@ -154,14 +154,6 @@ def run(plan, args):
),
)

# Debug service
plan.add_service(
name="netshoot-debug",
config=ServiceConfig(
image="nicolaka/netshoot",
),
)

# TODO: Check if the contracts were already initialized.. I'm leaving this here for now, but it's not useful!!
contract_init_stat = plan.exec(
service_name="contracts" + args["deployment_idx"],
Expand Down

0 comments on commit ca54891

Please sign in to comment.