Skip to content

Commit

Permalink
Make sure the submodule is checked out
Browse files Browse the repository at this point in the history
  • Loading branch information
benedikt-schesch committed May 10, 2024
1 parent 1a69e2b commit 6848931
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/python/replay_merge.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@ def merge_replay(
os.getcwd(), "src/scripts/merge_tools"
)
os.environ["GIT_CONFIG_GLOBAL"] = os.getcwd() + "/.gitconfig"
os.system("git submodule update --init")

logger.info(f"Replaying merge with index {args.idx}")
if args.delete_workdir:
Expand Down

0 comments on commit 6848931

Please sign in to comment.