diff options
Diffstat (limited to 'bin/gitlab-projects')
-rwxr-xr-x | bin/gitlab-projects | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/gitlab-projects b/bin/gitlab-projects index 8803931..01de20b 100755 --- a/bin/gitlab-projects +++ b/bin/gitlab-projects @@ -17,6 +17,8 @@ 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 |