mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-27 04:51:14 +00:00
Fix Circle
This commit is contained in:
parent
ceae3643eb
commit
df75cef428
1 changed files with 3 additions and 3 deletions
|
@ -22,6 +22,9 @@ jobs:
|
|||
- *default_docker_ruby_executor
|
||||
steps:
|
||||
- checkout
|
||||
- run:
|
||||
name: Bundle Update
|
||||
command: bundle update --bundler
|
||||
# Which version of bundler?
|
||||
- run:
|
||||
name: Which bundler?
|
||||
|
@ -31,9 +34,6 @@ jobs:
|
|||
keys:
|
||||
- rails-demo-bundle-v2-{{ checksum "Gemfile.lock" }}
|
||||
- rails-demo-bundle-v2-
|
||||
- run:
|
||||
name: Bundle Update
|
||||
command: bundle update --bundler
|
||||
- run:
|
||||
name: Bundle Install
|
||||
command: bundle check || bundle install
|
||||
|
|
Loading…
Reference in a new issue