CI: bundler: Remove deprecated command

pull/66/head
Andre Richter 4 years ago
parent bf39be0f96
commit a1c2729f19
No known key found for this signature in database
GPG Key ID: 2116C1AB102F615E

@ -39,7 +39,8 @@ jobs:
- name: Set up Ruby
run: |
gem install bundler
bundle install --retry 3 --without uart
bundle config set without 'uart'
bundle install --retry 3
- name: Make
run: |
BSP=rpi3 bundle exec ruby utils/devtool.rb make

@ -39,7 +39,8 @@ jobs:
- name: Set up Ruby
run: |
gem install bundler
bundle install --retry 3 --without uart
bundle config set without 'uart'
bundle install --retry 3
- name: Make
run: |
BSP=rpi4 bundle exec ruby utils/devtool.rb make

@ -28,7 +28,8 @@ jobs:
- name: Set up Ruby
run: |
gem install bundler
bundle install --retry 3 --without uart
bundle config set without 'uart'
bundle install --retry 3
- name: Setup misspell
run: |
curl -L -o ./install-misspell.sh https://git.io/misspell

@ -39,7 +39,8 @@ jobs:
- name: Set up Ruby
run: |
gem install bundler
bundle install --retry 3 --without uart
bundle config set without 'uart'
bundle install --retry 3
- name: Make all
run: |
bundle exec ruby utils/devtool.rb test_integration

@ -39,7 +39,8 @@ jobs:
- name: Set up Ruby
run: |
gem install bundler
bundle install --retry 3 --without uart
bundle config set without 'uart'
bundle install --retry 3
- name: Make all
run: |
bundle exec ruby utils/devtool.rb test_unit

Loading…
Cancel
Save