Skip to content

Commit e597c9c

Browse files
committed
Make sure mirror script runs git commands in repo dir
1 parent 1d089fb commit e597c9c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/mirror-commits-from-intel-llvm.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ def main():
106106
run(
107107
[
108108
"git",
109+
"-C",
110+
args.unified_runtime_dir,
109111
"commit",
110112
args.intel_llvm_mirror_base_commit_file,
111113
"-m",

0 commit comments

Comments
 (0)