diff options
author | Rémy Coutable <remy@rymai.me> | 2016-04-15 11:48:19 +0200 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2016-04-15 11:48:19 +0200 |
commit | 804d20742f9ccec997aad72ed0d678c5ac57c8c9 (patch) | |
tree | d7d6bfdfcb5797790d00a026e699a99f0f909c31 /bin/gitlab-projects | |
parent | c615ca4650dfb4b17bf073276024f886e52b74a3 (diff) | |
download | gitlab-shell-remove-update-head.tar.gz |
Remove the update-head command since GitLab doesn't use it anymoreremove-update-head
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'bin/gitlab-projects')
-rwxr-xr-x | bin/gitlab-projects | 2 |
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 |