Skip to content

Commit

Permalink
Update update_nightly.py
Browse files Browse the repository at this point in the history
  • Loading branch information
GsLogiMaker authored Nov 26, 2024
1 parent e2dbbac commit 87828bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/update_nightly.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ def main() -> None:
os.mkdir("../nightly")
clone_nightly(args.repository)
copy_dev_plugin_to_nightly()
commit_to_nightly()

def clone_nightly(repo:str) -> None:
subprocess.run(["git", "clone", f"https://github.com/{repo}", f"../nightly_tmp", "-b", "nightly"])
Expand Down

0 comments on commit 87828bd

Please sign in to comment.