We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 846830a commit 9ce0c98Copy full SHA for 9ce0c98
.circleci/config.yml
@@ -10,6 +10,7 @@ jobs:
10
- image: circleci/postgres:12.4
11
environment:
12
POSTGRES_USER: root
13
+ POSTGRES_PASSWORD:$POSTGRES_PASSWORD
14
POSTGRES_DB: expiration_test
15
steps:
16
- checkout
0 commit comments