Skip to content

Commit 7cd5737

Browse files
committed
Remove bundle install for gitlab-shell
1 parent b6eed6a commit 7cd5737

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)