This commit is contained in:
alesapin 2021-11-18 11:07:54 +03:00
parent 8b052cdd25
commit 9fb5c26640

View File

@ -143,7 +143,7 @@ if __name__ == "__main__":
if build_config['package_type'] == "performance":
# because perf tests store some information about git commits
subprocess.check_call(f"cd {repo_path} && git fetch origin master", shell=True)
subprocess.check_call(f"cd {repo_path} && git fetch origin master:master", shell=True)
packager_cmd = get_packager_cmd(build_config, os.path.join(repo_path, "docker/packager"), build_output_path, version.get_version_string(), image_version, ccache_path, pr_info)
logging.info("Going to run packager with %s", packager_cmd)