summaryrefslogtreecommitdiff
path: root/lib/gitlab/ee_compat_check.rb
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2016-10-24 20:29:00 +0200
committerRémy Coutable <remy@rymai.me>2016-10-24 20:29:00 +0200
commitc7af4cf83027863a2d109ba82135e56092c71a09 (patch)
tree4846b5d622ff7b4cd96995533e279955e99680d7 /lib/gitlab/ee_compat_check.rb
parentaf669cbea386d900ec86510f7d43de6ca4c1771e (diff)
downloadgitlab-ce-c7af4cf83027863a2d109ba82135e56092c71a09.tar.gz
Don't print out implementation detail step
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'lib/gitlab/ee_compat_check.rb')
-rw-r--r--lib/gitlab/ee_compat_check.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/ee_compat_check.rb b/lib/gitlab/ee_compat_check.rb
index 5e8a0c14eba..6f8d2ca3220 100644
--- a/lib/gitlab/ee_compat_check.rb
+++ b/lib/gitlab/ee_compat_check.rb
@@ -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