diff options
author | Jordi Llull <jllull@habitissimo.com> | 2019-01-07 17:53:43 +0100 |
---|---|---|
committer | Jordi Llull <jllull@habitissimo.com> | 2019-01-07 18:33:53 +0100 |
commit | 5eeeaff2db67519c65aace21aea0c10d5695d3bf (patch) | |
tree | 558b2452a2d06b39722c05239f854d4aa0d85a86 /config | |
parent | f5b30609200a79681ce7e6a510fa8f1b0f561962 (diff) | |
download | gitlab-ce-5eeeaff2db67519c65aace21aea0c10d5695d3bf.tar.gz |
Remove cancel all action in Jobs Controller
Diffstat (limited to 'config')
-rw-r--r-- | config/routes/project.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/routes/project.rb b/config/routes/project.rb index f50bf5ab76f..ef4c6c5a3cf 100644 --- a/config/routes/project.rb +++ b/config/routes/project.rb @@ -255,7 +255,6 @@ constraints(::Constraints::ProjectUrlConstrainer.new) do resources :jobs, only: [:index, :show], constraints: { id: /\d+/ } do collection do - post :cancel_all resources :artifacts, only: [] do collection do |