Fix non-existing option of 'bundle install'

The bundle install commands supports the --minimal-deps option instead
of the --minimal-dep option. (The last 's' is missing)
This fixes the wrong option used.
Change-Id: Ic72c97f6230d6b730b2688f0f87bb5de8b35f4f1
This commit is contained in:
Takashi Kajinami
2022年12月05日 18:34:09 +09:00
parent 42bfb2cdaf
commit dc3a5b07b6

View File

@@ -2,7 +2,7 @@
set -ex
GEM_INSTALL_CMD="gem install --no-user-install --minimal-dep --verbose --no-document"
GEM_INSTALL_CMD="gem install --no-user-install --minimal-deps --verbose --no-document"
if [ -n "${GEM_HOME}" ]; then
GEM_BIN_DIR=${GEM_HOME}/bin/
Reference in New Issue
openstack/puppet-openstack-integration
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.