Skip to content

Remove default value for default_branch_image

Why is this change being made?

Because of the issue described in gitlab-org/gitlab#345732 (closed), GCS should not use a default value for default_branch_image, and Auto DevOps should provide this variable instead. gitlab-org/gitlab!74627 (merged) adds this variable to Auto DevOps, and this MR removes the default from GCS.

Merge request reports