0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-21 12:39:08 +01:00

SERVER-90949 Removed copybara commit pin (#22654)

GitOrigin-RevId: 64f7fad39678ea8395f9b6afd01e57e1291e160d
This commit is contained in:
Alexander Neben 2024-05-28 16:10:07 -07:00 committed by MongoDB Bot
parent f06b9fe5c3
commit ba4bee0dad

View File

@ -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 .")