Skip to content

Commit bc1d03c

Browse files
author
Isaac
committed
Make full checkout
1 parent c7bc6dc commit bc1d03c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-system/Make/BuildConfiguration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def load_codesigning_data_from_git(working_dir, repo_url, temp_key_path, branch,
131131
original_working_dir = os.getcwd()
132132
os.chdir(encrypted_working_dir)
133133
if always_fetch:
134-
check_run_system('GIT_SSH_COMMAND="{ssh_command}" git fetch'.format(ssh_command=ssh_command))
134+
check_run_system('GIT_SSH_COMMAND="{ssh_command}" git fetch --all'.format(ssh_command=ssh_command))
135135
check_run_system('git checkout "{branch}"'.format(branch=branch))
136136
if always_fetch:
137137
check_run_system('GIT_SSH_COMMAND="{ssh_command}" git pull'.format(ssh_command=ssh_command))

0 commit comments

Comments
 (0)