Commit c7af4cf8 authored by Rémy Coutable's avatar Rémy Coutable

Don't print out implementation detail step

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent af669cbe
......@@ -116,7 +116,7 @@ module Gitlab
end
def delete_ee_branch_locally
step("Checking out origin/master", %w[git checkout master])
command(%w[git checkout master])
step("Deleting the local #{ee_branch} branch", %W[git branch -D #{ee_branch}])
end
......
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