diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2019-11-27 12:06:30 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2019-11-27 12:06:30 +0000 |
commit | 3269a20692c5b1f32862072d7897a4e753bae9ef (patch) | |
tree | 9dfc6e7ccb857b323dc8b12259d339b76b8b90bf /config | |
parent | c02f53288a838166a28518983fae3b80ca5936d8 (diff) | |
download | gitlab-ce-3269a20692c5b1f32862072d7897a4e753bae9ef.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'config')
-rw-r--r-- | config/routes/project.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/config/routes/project.rb b/config/routes/project.rb index 00d674575c4..5b1a0d2bb7a 100644 --- a/config/routes/project.rb +++ b/config/routes/project.rb @@ -494,8 +494,6 @@ constraints(::Constraints::ProjectUrlConstrainer.new) do collection do scope '*ref', constraints: { ref: Gitlab::PathRegex.git_reference_regex } do constraints format: /svg/ do - # Keep around until 10.0, see gitlab-org/gitlab-ce#35307 - get :build, to: "badges#pipeline" get :pipeline get :coverage end |