summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorKamil Trzciński <ayufan@ayufan.eu>2018-02-08 08:36:27 +0000
committerKamil Trzciński <ayufan@ayufan.eu>2018-02-08 08:36:27 +0000
commita6b9eb5dfcde547a908994211d162ae6bfab921e (patch)
tree7362d7fcb0e74859d4044ead605494592b8157f1 /spec
parent7e424eb852716495073881710e8a8851b4a4cd5a (diff)
parentffb1fab40395ead740c1c1282cb7b3f518134c3f (diff)
downloadgitlab-ce-a6b9eb5dfcde547a908994211d162ae6bfab921e.tar.gz
Merge branch '40994-expose-features-as-ci-cd-variable' into 'master'
Resolve "Expose GitLab license/plan as a CI/CD variable" Closes #40994 See merge request gitlab-org/gitlab-ce!16936
Diffstat (limited to 'spec')
-rw-r--r--spec/models/ci/build_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/models/ci/build_spec.rb b/spec/models/ci/build_spec.rb
index 0b3d5c6a0bd..9e159c3f1fe 100644
--- a/spec/models/ci/build_spec.rb
+++ b/spec/models/ci/build_spec.rb
@@ -1413,6 +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: '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 },