summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2016-04-15 11:48:19 +0200
committerRémy Coutable <remy@rymai.me>2016-04-28 17:58:55 +0200
commit1f0a77ca564ee4aaf47f9d78c76e3b39c3d0f713 (patch)
tree6232425646e18a4e5f98baca7020cdaa719ae7f0 /bin
parent3f942ef589a4b9bc1d9ed7fd0aaf9e186be57935 (diff)
downloadgitlab-shell-1f0a77ca564ee4aaf47f9d78c76e3b39c3d0f713.tar.gz
Remove the update-head command since GitLab doesn't use it anymore
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/gitlab-projects2
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/gitlab-projects b/bin/gitlab-projects
index c354fe5..22b0022 100755
--- a/bin/gitlab-projects
+++ b/bin/gitlab-projects
@@ -19,8 +19,6 @@ require_relative '../lib/gitlab_init'
#
# /bin/gitlab-projects import-project randx/six.git https://github.com/randx/six.git
#
-# /bin/gitlab-projects update-head gitlab/gitlab-ci.git 5-2-stable
-#
require File.join(ROOT_PATH, 'lib', 'gitlab_projects')
# Return non-zero if command execution was not successful