Skip to content

Commit 5061d45

Browse files
cipolleschihuntie
authored andcommitted
[RN][CI] Fix e2e test setup
1 parent 869ce3b commit 5061d45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/configurations/commands.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ commands:
6161
6262
# Set ruby dependencies
6363
rbenv global << parameters.ruby_version >>
64-
if [[ << parameters.ruby_version >> == "2.6.10" ]]; then
64+
if [[ $(echo << parameters.ruby_version >> | awk -F'.' '{print $1}') == "2" ]]; then
6565
gem install bundler -v 2.4.22
6666
else
6767
gem install bundler

0 commit comments

Comments
 (0)