mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-28 13:31:06 +00:00
Fix Circle CI
This commit is contained in:
parent
00fa36477c
commit
ceae3643eb
1 changed files with 3 additions and 3 deletions
|
@ -31,6 +31,9 @@ jobs:
|
||||||
keys:
|
keys:
|
||||||
- rails-demo-bundle-v2-{{ checksum "Gemfile.lock" }}
|
- rails-demo-bundle-v2-{{ checksum "Gemfile.lock" }}
|
||||||
- rails-demo-bundle-v2-
|
- rails-demo-bundle-v2-
|
||||||
|
- run:
|
||||||
|
name: Bundle Update
|
||||||
|
command: bundle update --bundler
|
||||||
- run:
|
- run:
|
||||||
name: Bundle Install
|
name: Bundle Install
|
||||||
command: bundle check || bundle install
|
command: bundle check || bundle install
|
||||||
|
@ -66,9 +69,6 @@ jobs:
|
||||||
keys:
|
keys:
|
||||||
- rails-demo-bundle-v2-{{ checksum "Gemfile.lock" }}
|
- rails-demo-bundle-v2-{{ checksum "Gemfile.lock" }}
|
||||||
- rails-demo-bundle-v2-
|
- rails-demo-bundle-v2-
|
||||||
- run:
|
|
||||||
name: Bundle Update
|
|
||||||
command: bundle update --bundler
|
|
||||||
- run:
|
- run:
|
||||||
name: Bundle Install
|
name: Bundle Install
|
||||||
command: bundle check || bundle install
|
command: bundle check || bundle install
|
||||||
|
|
Loading…
Reference in a new issue