From ba4bee0dade56667d672b1a808ecc811abbadd2d Mon Sep 17 00:00:00 2001 From: Alexander Neben Date: Tue, 28 May 2024 16:10:07 -0700 Subject: [PATCH] SERVER-90949 Removed copybara commit pin (#22654) GitOrigin-RevId: 64f7fad39678ea8395f9b6afd01e57e1291e160d --- buildscripts/sync_repo_with_copybara.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/buildscripts/sync_repo_with_copybara.py b/buildscripts/sync_repo_with_copybara.py index f8b8c317e77..14ee2f90e08 100644 --- a/buildscripts/sync_repo_with_copybara.py +++ b/buildscripts/sync_repo_with_copybara.py @@ -342,11 +342,6 @@ def main(): else: run_command("git clone https://github.com/10gen/copybara.git") - # Pin to a specific commit - # This commit is arbitrary and could be updated however, once updated we should confirm it works - # rather than just letting copybara roll under our feet - run_command("git reset --hard e346cf9d3dcc49dedbf7209060099290a114031e") - # Navigate to the Copybara directory and build the Copybara Docker image run_command("cd copybara && docker build --rm -t copybara .")