summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorKamil Trzciński <ayufan@ayufan.eu>2017-02-07 09:37:48 +0000
committerKamil Trzciński <ayufan@ayufan.eu>2017-02-07 09:37:48 +0000
commit1bbc99f1c83b29f3ec8626ecebe773e7a46b1952 (patch)
tree6be3eb0ee17f9af3d992280fb9cb4de2a60a6f37 /config
parent412ab17d3f2033c6cc602c79be56476d186f124d (diff)
parent1e9280a9d25b97b0632c00bda68e7032c13037c5 (diff)
downloadgitlab-ce-1bbc99f1c83b29f3ec8626ecebe773e7a46b1952.tar.gz
Merge branch '26165-combine-runners-and-variables-and-triggers-and-ci-cd-pipelines-settings-pages' into 'master'
Merge Triggers, Runners, Variables and Pipelines to a single option called "CI/CD Pipelines" Closes #26165 See merge request !8430
Diffstat (limited to 'config')
-rw-r--r--config/routes/project.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes/project.rb b/config/routes/project.rb
index c24893f4cd5..2ac98cf3842 100644
--- a/config/routes/project.rb
+++ b/config/routes/project.rb
@@ -315,6 +315,7 @@ constraints(ProjectUrlConstrainer.new) do
end
namespace :settings do
resource :members, only: [:show]
+ resource :ci_cd, only: [:show], controller: 'ci_cd'
resource :integrations, only: [:show]
end