From a20f4a256f4cd45c8674f431539b01909c39fa00 Mon Sep 17 00:00:00 2001 From: Kazunori Kimura Date: Mon, 2 Dec 2024 20:03:51 +0900 Subject: [PATCH] Remove `bundle install` for gitlab-shell --- assets/build/install.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/assets/build/install.sh b/assets/build/install.sh index 410ac065..01d80624 100755 --- a/assets/build/install.sh +++ b/assets/build/install.sh @@ -120,9 +120,6 @@ cd ${GITLAB_SHELL_INSTALL_DIR} exec_as_git cp -a config.yml.example config.yml 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 # remove unused repositories directory created by gitlab-shell install