Skip to content
Snippets Groups Projects

Added psql image

Merged Konrad Botor requested to merge kbotor/psql-image into develop
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -220,11 +220,11 @@ psql_image_test:
POSTGRES_USER: haf_admin
POSTGRES_PASSWORD: password
POSTGRES_HOST_AUTH_METHOD: trust
PGHOSTADDR: postgres
PGHOST: postgres
PGPORT: 5432
PGDATABASE: $POSTGRES_DB
PGPASSWORD: $POSTGRES_PASSWORD
CI_DEBUG_SERVICES: "true"
CI_DEBUG_SERVICES: "false"
script:
- |
set -e
Loading