Skip to content
Snippets Groups Projects
Commit 80c1626b authored by Kamil Trzcińśki's avatar Kamil Trzcińśki
Browse files

Merge branch '40994-fix-ee-ce-compatible-test' into 'master'

Make GITLAB_FEATURES in build_spec compatible with EE

Closes #40994

See merge request gitlab-org/gitlab-ce!17023
parents 0a22ff26 da64e97e
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -1413,7 +1413,7 @@ describe Ci::Build do
[
{ key: 'CI', value: 'true', public: true },
{ key: 'GITLAB_CI', value: 'true', public: true },
{ key: 'GITLAB_FEATURES', value: '', public: true },
{ key: 'GITLAB_FEATURES', value: project.namespace.features.join(','), public: true },
{ key: 'CI_SERVER_NAME', value: 'GitLab', public: true },
{ key: 'CI_SERVER_VERSION', value: Gitlab::VERSION, public: true },
{ key: 'CI_SERVER_REVISION', value: Gitlab::REVISION, public: true },
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment