Remove occurences of application.yml.example

This commit is contained in:
Adrien Chauve
2021-12-01 18:39:26 +01:00
parent 2095024f48
commit 8585c68691
3 changed files with 0 additions and 76 deletions

View File

@@ -59,9 +59,6 @@ jobs:
- name: Install JS dependencies
run: yarn install --frozen-lockfile
- name: Set up application.yml
run: cp config/application.yml.example config/application.yml
- name: Set up database
run: |
bundle exec rake db:create
@@ -109,9 +106,6 @@ jobs:
- name: Install JS dependencies
run: yarn install --frozen-lockfile
- name: Set up application.yml
run: cp config/application.yml.example config/application.yml
- name: Set up database
run: |
bundle exec rake db:create