Skip to content

Commit

Permalink
Do not make changes on rbs collection in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pocke committed Aug 14, 2024
1 parent 471872b commit cecb183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/setup
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ bundle install

set +u
if [ -z "$BUNDLE_GEMFILE" ]; then
bundle exec rbs collection install
bundle exec rbs collection install --frozen
else
echo "Skipping rbs collection install because BUNDLE_GEMFILE is set"
fi

0 comments on commit cecb183

Please sign in to comment.