fix source ref

GitOrigin-RevId: dd1d2d84e1e8d8f1eba37817f1799adc3b67d879
This commit is contained in:
Daniel Moody 2026-03-18 16:07:23 +00:00 committed by MongoDB Bot
parent 6797939974
commit 72ef54c2c3

View File

@ -605,7 +605,8 @@ def get_prod_pinned_source_ref(config_file: str) -> str:
def get_prod_copybara_config_from_master(current_dir: str) -> str:
source_config_file = os.path.join(current_dir, "copy.bara.sky")
source_ref = get_prod_pinned_source_ref(source_config_file)
#source_ref = get_prod_pinned_source_ref(source_config_file)
source_ref = "v8.2.6-hotfix-sync"
run_command(
f"git fetch origin refs/heads/{source_ref}:refs/remotes/origin/{source_ref}"
)