diff options
author | Shinya Maeda <shinya@gitlab.com> | 2018-12-05 16:02:56 +0900 |
---|---|---|
committer | Shinya Maeda <shinya@gitlab.com> | 2018-12-05 16:02:56 +0900 |
commit | 08e50c996c2d427618f1714d99f412514393dd92 (patch) | |
tree | 0c492abc1ace0e4dfc295b56f8b4b91b3c4d706b /app/models/ci/pipeline_enums.rb | |
parent | e62bfc7817ec024645383a9661fe7e36c13c1e01 (diff) | |
download | gitlab-ce-08e50c996c2d427618f1714d99f412514393dd92.tar.gz |
Change merge request value to 10
Diffstat (limited to 'app/models/ci/pipeline_enums.rb')
-rw-r--r-- | app/models/ci/pipeline_enums.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/ci/pipeline_enums.rb b/app/models/ci/pipeline_enums.rb index 6c83327a8f9..c0f16066e0b 100644 --- a/app/models/ci/pipeline_enums.rb +++ b/app/models/ci/pipeline_enums.rb @@ -22,7 +22,7 @@ module Ci schedule: 4, api: 5, external: 6, - merge_request: 9 + merge_request: 10 } end end |