mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-25 14:08:09 +00:00
Merge pull request #842 from solidnerd/change-gitlab_clone_url
Change `GITLAB_CLONE_URL` from github to gitlab directly
This commit is contained in:
commit
72eacd1f42
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user