master #1

Merged
lino.jorzick merged 203 commits from External/greenlight:master into master 2021-10-02 18:19:43 +00:00
1 changed files with 6 additions and 1 deletions
Showing only changes of commit cfe9b1e787 - Show all commits

View File

@ -1,6 +1,11 @@
env:
RUBY_VERSION: 2.7.2
DATABASE_URL: postgres://postgres:postgres@localhost:5432/postgres
DB_ADAPTER: postgresql
DB_HOST: localhost
DB_NAME: postgres
DB_USERNAME: postgres
DB_PASSWORD: postgres
DB_PORT: 5432
name: CI
on: