SERVER-113431 Pin copybara to a specific tag (#43548) (#43555)

GitOrigin-RevId: 6472ad21ac188355cdbff9f551e8e1975d8622a1
This commit is contained in:
Zack Winter 2025-11-10 07:26:21 -08:00 committed by MongoDB Bot
parent ae8a523db2
commit c3942227f5
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ def main():
if os.path.exists('copybara'):
print("Copybara directory already exists.")
else:
run_command("git clone https://github.com/10gen/copybara.git")
run_command("git clone --branch d03973e9fe1 https://github.com/10gen/copybara.git")
# Navigate to the Copybara directory and build the Copybara Docker image
run_command("cd copybara && docker build --rm -t copybara .")