Skip to content

Commit

Permalink
testing_using_container: fix unbound variable
Browse files Browse the repository at this point in the history
  • Loading branch information
mvidner committed Sep 23, 2024
1 parent 78b0913 commit 67e010a
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 @@ -116,7 +116,7 @@ fi
sed -e '/gemspec/a gem "ruby-dbus", path: "/checkout-ruby-dbus"' -i Gemfile
fi

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

0 comments on commit 67e010a

Please sign in to comment.