Loading .gitlab-ci.yml +1 −1 Original line number Original line Diff line number Diff line variables: variables: # note: GitLab cannot reference variables defined by users in the include ref:, we need to use a YAML anchor for this # note: GitLab cannot reference variables defined by users in the include ref:, we need to use a YAML anchor for this # see https://docs.gitlab.com/ci/yaml/includes/#use-variables-with-include for more information # see https://docs.gitlab.com/ci/yaml/includes/#use-variables-with-include for more information IVAS_CODEC_CI_REF: &IVAS_CODEC_CI_REF 4eb4c0dfbdc845280a9994b5f7540f69c737537b IVAS_CODEC_CI_REF: &IVAS_CODEC_CI_REF 44cb5638949b874ce0f5c3bf4359f9db860d88bc include: include: - local: .gitlab-ci/variables.yml - local: .gitlab-ci/variables.yml Loading Loading
.gitlab-ci.yml +1 −1 Original line number Original line Diff line number Diff line variables: variables: # note: GitLab cannot reference variables defined by users in the include ref:, we need to use a YAML anchor for this # note: GitLab cannot reference variables defined by users in the include ref:, we need to use a YAML anchor for this # see https://docs.gitlab.com/ci/yaml/includes/#use-variables-with-include for more information # see https://docs.gitlab.com/ci/yaml/includes/#use-variables-with-include for more information IVAS_CODEC_CI_REF: &IVAS_CODEC_CI_REF 4eb4c0dfbdc845280a9994b5f7540f69c737537b IVAS_CODEC_CI_REF: &IVAS_CODEC_CI_REF 44cb5638949b874ce0f5c3bf4359f9db860d88bc include: include: - local: .gitlab-ci/variables.yml - local: .gitlab-ci/variables.yml Loading