Merge pull request #842 from solidnerd/change-gitlab_clone_url

Change `GITLAB_CLONE_URL` from github to gitlab directly
This commit is contained in:
Niclas Mietz 2016-12-26 13:52:40 +01:00 committed by GitHub
commit 72eacd1f42

View File

@ -1,7 +1,7 @@
#!/bin/bash
set -e
GITLAB_CLONE_URL=https://github.com/gitlabhq/gitlabhq.git
GITLAB_CLONE_URL=https://gitlab.com/gitlab-org/gitlab-ce.git
GITLAB_SHELL_URL=https://gitlab.com/gitlab-org/gitlab-shell/repository/archive.tar.gz
GITLAB_WORKHORSE_URL=https://gitlab.com/gitlab-org/gitlab-workhorse/repository/archive.tar.gz