We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
bundle install
1 parent b6eed6a commit 7cd5737Copy full SHA for 7cd5737
assets/build/install.sh
@@ -125,9 +125,6 @@ cd ${GITLAB_SHELL_INSTALL_DIR}
125
exec_as_git cp -a config.yml.example config.yml
126
127
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)"
131
exec_as_git "PATH=$PATH" make verify setup
132
133
# remove unused repositories directory created by gitlab-shell install
0 commit comments