Commit 3fdccd37 authored by GitLab Bot's avatar GitLab Bot

Automatic merge of gitlab-org/gitlab-ce master

parents 49dd25a5 acaef5e3
......@@ -257,6 +257,12 @@ constraints(::Constraints::ProjectUrlConstrainer.new) do
post :play_manual
end
end
member do
resources :stages, only: [], param: :name do
post :play_manual
end
end
end
resources :pipeline_schedules, except: [:show] do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment