diff options
Diffstat (limited to '.gitlab/ci/release-environments.gitlab-ci.yml')
-rw-r--r-- | .gitlab/ci/release-environments.gitlab-ci.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab/ci/release-environments.gitlab-ci.yml b/.gitlab/ci/release-environments.gitlab-ci.yml index a9d9c938ee0..24eca1caf4c 100644 --- a/.gitlab/ci/release-environments.gitlab-ci.yml +++ b/.gitlab/ci/release-environments.gitlab-ci.yml @@ -9,7 +9,8 @@ start-release-environments-pipeline: # # https://gitlab.com/gitlab-org/gitlab/-/issues/387183 inherit: - variables: false + variables: + - RUBY_VERSION # These variables are set in the pipeline schedules. # They need to be explicitly passed on to the child pipeline. |