diff --git a/buildscripts/sync_repo_with_copybara.py b/buildscripts/sync_repo_with_copybara.py index 889f8fe8d7f..507eae37879 100644 --- a/buildscripts/sync_repo_with_copybara.py +++ b/buildscripts/sync_repo_with_copybara.py @@ -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 .")