Skip to content

Commit

Permalink
remove select deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
kevingrismore committed Nov 10, 2023
1 parent 44e80b2 commit 04139bc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions select_actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ def select_actions(build: str, push: str, pull: str, staging: bool) -> None:
for step, action in actions.items():
edit_yaml(step, action)

select_deployments(staging=staging)


if __name__ == "__main__":
select_actions()

0 comments on commit 04139bc

Please sign in to comment.