Fix build infra exception. (#7585)

This commit is contained in:
Oliver Chang 2022-04-20 13:13:42 +10:00 committed by GitHub
parent 38800d5907
commit 5eb8a0b238
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ def get_project_data(project_name):
def get_empty_config():
"""Returns an empty build config."""
return build_project.Config(False, None, None, False)
return build_project.Config(False, None, None, False, True)
def get_build_steps(project_name, image_project, base_images_project):