mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 07:10:12 +01:00
Use correct var for detecting MySQL
This commit is contained in:
parent
e70a569511
commit
24c4634a7b
5 changed files with 5 additions and 5 deletions
|
|
@ -11,7 +11,7 @@ services:
|
|||
args:
|
||||
RUBY_VERSION: ${RUBY_VERSION}
|
||||
environment:
|
||||
# These are set in script/ci-build, so we need to pass-thru them.
|
||||
# These are set in script/cibuild, so we need to pass-thru them.
|
||||
RAILS_ENV: $RAILS_ENV
|
||||
DATABASE_NAME: $DATABASE_NAME
|
||||
DATABASE_USERNAME: root
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ services:
|
|||
args:
|
||||
RUBY_VERSION: ${RUBY_VERSION}
|
||||
environment:
|
||||
# These are set in script/ci-build, so we need to pass-thru them.
|
||||
# These are set in script/cibuild, so we need to pass-thru them.
|
||||
RAILS_ENV: $RAILS_ENV
|
||||
DATABASE_NAME: $DATABASE_NAME
|
||||
DATABASE_USERNAME: postgres
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ services:
|
|||
args:
|
||||
RUBY_VERSION: ${RUBY_VERSION}
|
||||
environment:
|
||||
# These are set in script/ci-build, so we need to pass-thru them.
|
||||
# These are set in script/cibuild, so we need to pass-thru them.
|
||||
RAILS_ENV: $RAILS_ENV
|
||||
DATABASE_NAME: "/app/db/db.sqlite"
|
||||
DATABASE_TYPE: sqlite3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue