Browse Source

change from password to pwd var

main
Galimede 6 years ago
parent
commit
6e7209df1e
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -35,7 +35,7 @@ jobs:
environment:
POSTGRES_USER: e2e
POSTGRES_DB: psdb
POSTGRES_PASSWORD: password
POSTGRES_PWD: password
steps:
- checkout
- restore_cache:

Loading…
Cancel
Save