Skip to content

Update Base.latest.gitlab-ci.yml. Fixed incorrect variable name

Sergio C requested to merge (removed):scmanjarrez-master-patch-28140 into master

What does this MR do and why?

The variable being accessed in the stages is GITLAB_OPENTOFU_VERSION not VERSION.

How to set up and validate locally

  1. Create a CI using this template and execute it. It'll fail in the first job because it tries to access GITLAB_OPENTOFU_VERSION while being not defined.

Merge request reports