Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzegorz@gitlab.com>2019-04-24 17:57:11 +0300
committerGrzegorz Bizon <grzegorz@gitlab.com>2019-04-24 17:57:11 +0300
commit7734b834fb7aebc1c10f7e8ec20d74a208bd5a8b (patch)
tree9082bc450791c51ff48021ecfa4ce60c103ce4a6 /spec/models/ci/pipeline_spec.rb
parent4de9b14ce6137e5d44fd8b10e9566d220f1ebdcd (diff)
parentd1b2056c155f49004a80280e46d7136fd804ad98 (diff)
Merge branch 'add-ci-variable-protected-ref' into 'master'
Add CI variable CI_REF_PROTECTED See merge request gitlab-org/gitlab-ce!26716
Diffstat (limited to 'spec/models/ci/pipeline_spec.rb')
-rw-r--r--spec/models/ci/pipeline_spec.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/models/ci/pipeline_spec.rb b/spec/models/ci/pipeline_spec.rb
index fd66e344d63..3c823b78be7 100644
--- a/spec/models/ci/pipeline_spec.rb
+++ b/spec/models/ci/pipeline_spec.rb
@@ -690,7 +690,8 @@ describe Ci::Pipeline, :mailer do
CI_PIPELINE_SOURCE
CI_COMMIT_MESSAGE
CI_COMMIT_TITLE
- CI_COMMIT_DESCRIPTION]
+ CI_COMMIT_DESCRIPTION
+ CI_COMMIT_REF_PROTECTED]
end
context 'when source is merge request' do