mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-01-13 21:31:28 +00:00
Fix Circle CI
This commit is contained in:
parent
d5b7538d07
commit
23292b6a70
1 changed files with 3 additions and 0 deletions
|
@ -65,6 +65,9 @@ jobs:
|
|||
fingerprints:
|
||||
- "b7:35:a6:4e:9b:0d:6d:d4:78:1e:9a:97:2a:66:6b:be"
|
||||
- checkout
|
||||
- run:
|
||||
name: Bundle Update
|
||||
command: gem update --system && gem install bundler
|
||||
- restore_cache:
|
||||
keys:
|
||||
- rails-demo-bundle-v2-{{ checksum "Gemfile.lock" }}
|
||||
|
|
Loading…
Reference in a new issue