Skip to content

Commit

Permalink
fix(setup): do not use pre-installed gems in distrobox
Browse files Browse the repository at this point in the history
  • Loading branch information
imobachgs committed Nov 5, 2024
1 parent 319d818 commit c85673d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup-services.sh
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ fi
sed -e '/gemspec/a gem "ruby-dbus", path: "/checkout-ruby-dbus"' -i Gemfile
fi

if [ -n "${CI:-}" ] || [ -n "${DISTROBOX_ENTER_PATH:-}" ]; then
if [ -n "${CI:-}" ]; then
# in CI reuse the pre-installed system gems from RPMs
bundle config set --local disable_shared_gems 0
sudo bundle install
Expand Down

0 comments on commit c85673d

Please sign in to comment.