Skip to content

Commit 316c292

Browse files
committed
dont clobber
1 parent d596ab8 commit 316c292

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/build/functions/build_project.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ def get_indexer_build_steps(project_name,
553553
'bash', '-c',
554554
f'cd /src && cd {project.workdir} && mkdir -p {build.out} && '
555555
'/opt/indexer/index_build.py && '
556-
'cp /usr/local/bin/replay_build.sh $$SRC/'
556+
'cp -n /usr/local/bin/replay_build.sh $$SRC/'
557557
],
558558
'env': env,
559559
}

0 commit comments

Comments
 (0)