From a5da5077775c441fd7b30de11aaf485aed9615f2 Mon Sep 17 00:00:00 2001 From: Sameer Naik Date: Sun, 17 Apr 2016 09:35:50 +0530 Subject: [PATCH] shallow clone gitlab-ce from the official github mirror --- assets/build/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/build/install.sh b/assets/build/install.sh index e649b0a3..8bc608cf 100755 --- a/assets/build/install.sh +++ b/assets/build/install.sh @@ -1,7 +1,7 @@ #!/bin/bash set -e -GITLAB_CLONE_URL=https://gitlab.com/gitlab-org/gitlab-ce.git +GITLAB_CLONE_URL=https://github.com/gitlabhq/gitlabhq.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