mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-25 14:08:09 +00:00
Merge pull request #1281 from abeltay/fix-workhorse-typo
Fix typo in gitlab-workhorse
This commit is contained in:
commit
7554fb47c6
@ -80,7 +80,7 @@ exec_as_git ./bin/install
|
||||
# remove unused repositories directory created by gitlab-shell install
|
||||
exec_as_git rm -rf ${GITLAB_HOME}/repositories
|
||||
|
||||
# download gitlab-workhose
|
||||
# download gitlab-workhorse
|
||||
echo "Cloning gitlab-workhorse v.${GITLAB_WORKHORSE_VERSION}..."
|
||||
exec_as_git git clone -q -b v${GITLAB_WORKHORSE_VERSION} --depth 1 ${GITLAB_WORKHORSE_URL} ${GITLAB_WORKHORSE_INSTALL_DIR}
|
||||
chown -R ${GITLAB_USER}: ${GITLAB_WORKHORSE_INSTALL_DIR}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user