Skip to content
This repository has been archived by the owner on Jan 27, 2023. It is now read-only.

Commit

Permalink
Merge pull request #343 from anchore/dev/nurmi/circlepgenv
Browse files Browse the repository at this point in the history
add default postgres password environment to fix integration_tests ci…
  • Loading branch information
Btodhunter committed Feb 22, 2020
2 parents 3501377 + 2e1e226 commit 3f22864
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Expand Up @@ -74,6 +74,8 @@ jobs:
- /data
- image: anchore/test-infra-swift:latest
- image: circleci/postgres:9.6
environment:
POSTGRES_PASSWORD: "postgres"
environment:
ANCHORE_TEST_S3_ACCESS_KEY: "9EB92C7W61YPFQ6QLDOU"
ANCHORE_TEST_S3_SECRET_KEY: "TuHo2UbBx+amD3YiCeidy+R3q82MPTPiyd+dlW+s"
Expand Down

0 comments on commit 3f22864

Please sign in to comment.