Remove keep_artifacts from BuildsController

This commit is contained in:
Kamil Trzcinski 2016-06-10 14:39:58 +02:00 committed by Phil Hughes
parent c59947112f
commit 950d78f6d9
1 changed files with 0 additions and 6 deletions

View File

@ -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