.circleci/config.yml in spree_auth_devise-4.4.2 vs .circleci/config.yml in spree_auth_devise-4.5.0
- old
+ new
@@ -25,10 +25,13 @@
- restore_cache:
keys:
- spree-auth-devise-bundle-v9-ruby-2-7-{{ .Branch }}
- spree-auth-devise-bundle-v9-ruby-2-7
- run:
+ name: Install libvips
+ command: sudo apt-get install libvips
+ - run:
name: Set bundle path
command: bundle config --local path vendor/bundle
- run:
name: Ensure bundle Install
command: |
@@ -57,10 +60,13 @@
- restore_cache:
keys:
- spree-auth-devise-bundle-v9-ruby-3-0-{{ .Branch }}
- spree-auth-devise-bundle-v9-ruby-3-0
- run:
+ name: Install libvips
+ command: sudo apt-get install libvips
+ - run:
name: Set bundle path
command: bundle config --local path vendor/bundle
- run:
name: Ensure bundle Install
command: |
@@ -90,10 +96,13 @@
- restore_cache:
keys:
- spree-auth-devise-bundle-v9-ruby-2-7-{{ .Branch }}
- spree-auth-devise-bundle-v9-ruby-2-7
- run:
+ name: Install libvips
+ command: sudo apt-get install libvips
+ - run:
name: Set bundle path
command: bundle config --local path vendor/bundle
- run:
name: Bundle Install
command: |
@@ -110,10 +119,13 @@
- restore_cache:
keys:
- spree-auth-devise-bundle-v9-ruby-3-0-{{ .Branch }}
- spree-auth-devise-bundle-v9-ruby-3-0
- run:
+ name: Install libvips
+ command: sudo apt-get install libvips
+ - run:
name: Set bundle path
command: bundle config --local path vendor/bundle
- run:
name: Bundle Install
command: |
@@ -172,6 +184,6 @@
- tests_postgres_ruby_3_0:
requires:
- bundle_ruby_3_0
- tests_mysql:
requires:
- - bundle
\ No newline at end of file
+ - bundle