mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-01-14 13:51:26 +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:
|
fingerprints:
|
||||||
- "b7:35:a6:4e:9b:0d:6d:d4:78:1e:9a:97:2a:66:6b:be"
|
- "b7:35:a6:4e:9b:0d:6d:d4:78:1e:9a:97:2a:66:6b:be"
|
||||||
- checkout
|
- checkout
|
||||||
|
- run:
|
||||||
|
name: Bundle Update
|
||||||
|
command: gem update --system && gem install bundler
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
keys:
|
keys:
|
||||||
- rails-demo-bundle-v2-{{ checksum "Gemfile.lock" }}
|
- rails-demo-bundle-v2-{{ checksum "Gemfile.lock" }}
|
||||||
|
|
Loading…
Reference in a new issue