Skip to content
Snippets Groups Projects
Verified Commit c7af4cf8 authored by Rémy Coutable's avatar Rémy Coutable
Browse files

Don't print out implementation detail step


Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent af669cbe
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment