Skip to content

Commit

Permalink
delete-route: use file backend
Browse files Browse the repository at this point in the history
Signed-off-by: Giacomo Sanchietti <[email protected]>
  • Loading branch information
gsanchietti committed Aug 11, 2023
1 parent fbee427 commit bf9eca7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 78 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ from pathlib import Path
data = json.load(sys.stdin)

# Remove route configuration
p = Path(f'configs/{data["instance"]}-route.yml')
p = Path(f'configs/{data["instance"]}.yml')
p.unlink(missing_ok=True)
77 changes: 0 additions & 77 deletions imageroot/actions/delete-route/20writeconfig

This file was deleted.

0 comments on commit bf9eca7

Please sign in to comment.