Skip to content

Commit

Permalink
Delete generated registry at the end of the script - allows for local…
Browse files Browse the repository at this point in the history
… execution without always having to manually delete the file.
  • Loading branch information
derekpierre committed Aug 23, 2024
1 parent a7ce192 commit c24f375
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/ci/deploy_child.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,6 @@ def main():
]

deployer.finalize(deployments=deployments)

# remove registry file now that task is complete
deployer.registry_filepath.unlink()

0 comments on commit c24f375

Please sign in to comment.