Skip to content

Expand variables only when needed

Kamil Trzciński requested to merge expand-variables-only-when-needed into master

What does this MR do?

This makes us to expand variables only when needed, instead of requesting all variables each time.

This specifically helps in situation when explicit name of environment: production is used.

Does this MR meet the acceptance criteria?

Conformity

Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/47133

Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/65538

Merge request reports