fix source ref
GitOrigin-RevId: dd1d2d84e1e8d8f1eba37817f1799adc3b67d879
This commit is contained in:
parent
6797939974
commit
72ef54c2c3
@ -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}"
|
||||
)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user