Skip to content

Commit

Permalink
v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nikromen committed Apr 12, 2023
1 parent 544eac5 commit fbd9422
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions manage_package/manage_package.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ def react_to_trigger(self) -> int:

if __name__ == "__main__":
# TODO: investigate this bug in checkout action
logger.info("start")
print(
subprocess.run(
[
Expand All @@ -131,22 +130,4 @@ def react_to_trigger(self) -> int:
]
)
)
print(
subprocess.run(
[
"git",
"remote",
]
)
)
print(
subprocess.run(
[
"git",
"config",
"--get",
"remote.origin.url",
]
)
)
sys.exit(Manager().react_to_trigger())

0 comments on commit fbd9422

Please sign in to comment.