Skip to content

Commit

Permalink
[RN][CI] Fix e2e test setup
Browse files Browse the repository at this point in the history
  • Loading branch information
cipolleschi committed Dec 28, 2023
1 parent ddf3505 commit 75b5a2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/configurations/commands.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ commands:
# Set ruby dependencies
rbenv global << parameters.ruby_version >>
if [[ << parameters.ruby_version >> == "2.6.10" ]]; then
if [[ $(echo << parameters.ruby_version >> | awk -F'.' '{print $1}') == "2" ]]; then
gem install bundler -v 2.4.22
else
gem install bundler
Expand Down

0 comments on commit 75b5a2b

Please sign in to comment.