diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-06-10 19:32:30 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-06-10 19:32:30 +0300 |
commit | 488a0340fa608af34c36deeba11d4e7192c260bd (patch) | |
tree | b4496127876dd943ff96ae713696aa71fd0d7eda /bin | |
parent | 79c58482962bd7ddd4979a4afcd178f697fe84fa (diff) | |
download | gitlab-shell-488a0340fa608af34c36deeba11d4e7192c260bd.tar.gz |
Update head feature
Diffstat (limited to 'bin')
-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 |