mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2025-07-25 15:04:52 +00:00
Merge pull request #3139 from kkimurak/do-not-bundle-install-for-gitlab-shell
Remove `bundle install` for gitlab-shell
This commit is contained in:
@ -125,9 +125,6 @@ cd ${GITLAB_SHELL_INSTALL_DIR}
|
|||||||
exec_as_git cp -a config.yml.example config.yml
|
exec_as_git cp -a config.yml.example config.yml
|
||||||
|
|
||||||
echo "Compiling gitlab-shell golang executables..."
|
echo "Compiling gitlab-shell golang executables..."
|
||||||
exec_as_git bundle config set --local deployment 'true'
|
|
||||||
exec_as_git bundle config set --local with 'development test'
|
|
||||||
exec_as_git bundle install -j"$(nproc)"
|
|
||||||
exec_as_git "PATH=$PATH" make verify setup
|
exec_as_git "PATH=$PATH" make verify setup
|
||||||
|
|
||||||
# remove unused repositories directory created by gitlab-shell install
|
# remove unused repositories directory created by gitlab-shell install
|
||||||
|
Reference in New Issue
Block a user