CE_PIPELINE:"${CE_PIPELINE}"# Based on https://docs.gitlab.com/ee/ci/jobs/job_control.html#check-if-a-variable-exists, `if: '$CE_PIPELINE'` will evaluate to `false` when this variable is empty
EE_PIPELINE:"${EE_PIPELINE}"# Based on https://docs.gitlab.com/ee/ci/jobs/job_control.html#check-if-a-variable-exists, `if: '$EE_PIPELINE'` will evaluate to `false` when this variable is empty
# From .gitlab-ci.yml for the default Docker image and cache
-DEFAULT_CI_IMAGE
-REGISTRY_HOST
-REGISTRY_GROUP
-BUILD_OS
-OS_VERSION
-RUBY_VERSION_DEFAULT
-RUBY_VERSION_NEXT
-RUBY_VERSION
-GO_VERSION
-RUST_VERSION
-PG_VERSION
-RUBYGEMS_VERSION
-CHROME_VERSION
-NODE_ENV
variables:
MERGE_FROM:"${CI_COMMIT_SHA}"# This is used in https://jihulab.com/gitlab-cn/gitlab/-/blob/e98bcb37aea4cfe1e78e1daef1b58b5f732cf289/jh/bin/build_packagejson where we run in https://gitlab.com/gitlab-org-sandbox/gitlab-jh-validation