summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorValery Sizov <vsv2711@gmail.com>2015-06-02 17:51:07 +0300
committerValery Sizov <vsv2711@gmail.com>2015-06-03 16:36:54 +0300
commit3a5564eca1af883338298c104a514b37c9280982 (patch)
treeaef597ecb02038078ca9ca34df0c84aa8e354414 /config
parenta071808bb21c3e41defa742d2918b28f26cd144e (diff)
downloadgitlab-ci-3a5564eca1af883338298c104a514b37c9280982.tar.gz
download link to generated yaml
Diffstat (limited to 'config')
-rw-r--r--config/routes.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 151d861..593797a 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -20,6 +20,7 @@ Rails.application.routes.draw do
get :integration
post :build
post :toggle_shared_runners
+ get :dumped_yaml
end
resources :services, only: [:index, :edit, :update] do