mirror of https://github.com/mongodb/mongo
GitOrigin-RevId: 6472ad21ac188355cdbff9f551e8e1975d8622a1
This commit is contained in:
parent
ae8a523db2
commit
c3942227f5
|
|
@ -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 .")
|
||||
|
|
|
|||
Loading…
Reference in New Issue