summaryrefslogtreecommitdiff
path: root/app/controllers/ci
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2015-11-10 12:14:32 +0100
committerKamil Trzcinski <ayufan@ayufan.eu>2015-11-10 12:14:41 +0100
commitd024db0cc816d03063f889a6d3d570f70e8e896c (patch)
tree0f76e58d6ecaddf8aa6f20379afde290bd70f11e /app/controllers/ci
parent354b69dde2ba399a4269a0f544fd7a4e399d8b7e (diff)
downloadgitlab-ce-d024db0cc816d03063f889a6d3d570f70e8e896c.tar.gz
Remove deprecated dumped yaml file generated from previous job definitionsci-deprecate-dumped-yaml
Diffstat (limited to 'app/controllers/ci')
-rw-r--r--app/controllers/ci/projects_controller.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/controllers/ci/projects_controller.rb b/app/controllers/ci/projects_controller.rb
index 809b44387ba..8406399fb60 100644
--- a/app/controllers/ci/projects_controller.rb
+++ b/app/controllers/ci/projects_controller.rb
@@ -26,10 +26,6 @@ module Ci
redirect_to namespace_project_runners_path(project.gl_project.namespace, project.gl_project)
end
- def dumped_yaml
- send_data @project.generated_yaml_config, filename: '.gitlab-ci.yml'
- end
-
protected
def project