mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-27 04:51:14 +00:00
Fix Cirlce
This commit is contained in:
parent
34a2cdf215
commit
de38e1324f
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ references:
|
|||
RACK_ENV: test
|
||||
RAILS_ENV: test
|
||||
mysql: &mysql
|
||||
image: cricleci/mysql:latest
|
||||
image: cricleci/mysql:10.3-bionic-ram
|
||||
environment:
|
||||
MYSQL_DATABASE: ensl
|
||||
MYSQL_USER: ensl
|
||||
|
@ -24,7 +24,7 @@ jobs:
|
|||
- checkout
|
||||
- run:
|
||||
name: Bundle Update
|
||||
command: gem update --system && gem install bundler
|
||||
command: gem update --system && gem install bundler
|
||||
# Which version of bundler?
|
||||
- run:
|
||||
name: Which bundler?
|
||||
|
|
Loading…
Reference in a new issue