Browse Source

💚 change db for test in CI

main
Julien Dudek 6 years ago
parent
commit
a9c18596e5
  1. 4
      .circleci/config.yml

4
.circleci/config.yml

@ -80,7 +80,7 @@ jobs:
environment: environment:
CONDUIT_SECRET: 'something-really-secret' CONDUIT_SECRET: 'something-really-secret'
FLASK_APP: /home/circleci/repo/autoapp.py FLASK_APP: /home/circleci/repo/autoapp.py
DATABASE_URL: postgresql://myUsr:somePwd@localhost:5432/myUsr
DATABASE_URL: postgresql://myUsr:somePwd@localhost:5432/bdtest
FLASK_DEBUG: 1 FLASK_DEBUG: 1
POSTGRES_USER: postgres POSTGRES_USER: postgres
POSTGRES_DB: bdtest POSTGRES_DB: bdtest
@ -96,7 +96,7 @@ jobs:
CONDUIT_SECRET: 'something-really-secret' CONDUIT_SECRET: 'something-really-secret'
FLASK_APP: /home/circleci/repo/autoapp.py FLASK_APP: /home/circleci/repo/autoapp.py
FLASK_DEBUG: 1 FLASK_DEBUG: 1
DATABASE_URL: postgresql://myUsr:somePwd@localhost:5432/myUsr
DATABASE_URL: postgresql://myUsr:somePwd@localhost:5432/bdtest
- save_cache: - save_cache:
paths: paths:

Loading…
Cancel
Save