Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2017-12-06 09:24:20 +0300
committerStan Hu <stanhu@gmail.com>2017-12-13 02:07:23 +0300
commitf6966cfa63fab7e3c8847d69101c6c6a444fb85f (patch)
treed26bcf1a227a13fa49388f7a49e39a5eb1e0fbb7 /config
parent8e7f19c60bea4eec86844be1e0db12ebf30f105e (diff)
Address some comments with running a pipeline schedule
Diffstat (limited to 'config')
-rw-r--r--config/routes/project.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/routes/project.rb b/config/routes/project.rb
index 3dcb21e45c5..239b5480321 100644
--- a/config/routes/project.rb
+++ b/config/routes/project.rb
@@ -179,7 +179,7 @@ constraints(ProjectUrlConstrainer.new) do
resources :pipeline_schedules, except: [:show] do
member do
- post :run
+ post :play
post :take_ownership
end
end