Skip to content

Commit 5c1ab26

Browse files
authored
Merge pull request sameersbn#3139 from kkimurak/do-not-bundle-install-for-gitlab-shell
Remove `bundle install` for gitlab-shell
2 parents 38096eb + 7cd5737 commit 5c1ab26

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

assets/build/install.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,6 @@ cd ${GITLAB_SHELL_INSTALL_DIR}
125125
exec_as_git cp -a config.yml.example config.yml
126126

127127
echo "Compiling gitlab-shell golang executables..."
128-
exec_as_git bundle config set --local deployment 'true'
129-
exec_as_git bundle config set --local with 'development test'
130-
exec_as_git bundle install -j"$(nproc)"
131128
exec_as_git "PATH=$PATH" make verify setup
132129

133130
# remove unused repositories directory created by gitlab-shell install

0 commit comments

Comments
 (0)