summaryrefslogtreecommitdiff
path: root/app/models/ci/pipeline_enums.rb
diff options
context:
space:
mode:
authorJames Fargher <proglottis@gmail.com>2019-01-30 11:10:04 +1300
committerJames Fargher <proglottis@gmail.com>2019-02-07 10:55:30 +1300
commitbdd1bac2f0ca6760376ae422c68ba9c787c199c3 (patch)
tree2b90be8ecb8f93c75ccd5247c6d47e330d70b7e1 /app/models/ci/pipeline_enums.rb
parentf67690057b4711654f71565999040c1819aa0323 (diff)
downloadgitlab-ce-bdd1bac2f0ca6760376ae422c68ba9c787c199c3.tar.gz
Move ChatOps to Coremove_chatops_to_core
ChatOps used to be in the Ultimate tier.
Diffstat (limited to 'app/models/ci/pipeline_enums.rb')
-rw-r--r--app/models/ci/pipeline_enums.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/models/ci/pipeline_enums.rb b/app/models/ci/pipeline_enums.rb
index 2994aaae4aa..4be4fdb1ff2 100644
--- a/app/models/ci/pipeline_enums.rb
+++ b/app/models/ci/pipeline_enums.rb
@@ -22,6 +22,7 @@ module Ci
schedule: 4,
api: 5,
external: 6,
+ chat: 8,
merge_request: 10
}
end