Commit 950d78f6 authored by Kamil Trzcinski's avatar Kamil Trzcinski Committed by Phil Hughes

Remove keep_artifacts from BuildsController

parent c5994711
......@@ -78,12 +78,6 @@ class Projects::BuildsController < Projects::ApplicationController
end
end
def keep_artifacts
@build.keep_artifacts
redirect_to namespace_project_build_path(project.namespace, project, @build),
notice: "Artifacts will not be removed!"
end
private
def build
......
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