Browse Source

Fixed integration tests

pull/119/head
Rob Harrison 7 years ago
parent
commit
e4c290c9bd
  1. 8
      postgres-backup-s3/integration-tests.test.yml

8
postgres-backup-s3/integration-tests.test.yml

@ -9,18 +9,18 @@ services:
sut:
build:
context: .
command: 'sh integration-tests.sh'
command: 'sh'
depends_on:
- postgres
environment:
- PGPASSWORD=12345
- S3_REGION="eu-west-2"
- S3_REGION=eu-west-2
- S3_ACCESS_KEY_ID
- S3_SECRET_ACCESS_KEY
- S3_BUCKET=flowmoco-s3-backup-test
- S3_PREFIX="postgres-test"
- S3_PREFIX=postgres-test
- POSTGRES_HOST=postgres
- POSTGRES_DATABASE=user
- POSTGRES_USER=user
- POSTGRES_PASSWORD=12345
- POSTGRES_EXTRA_OPTS='--schema=public --blobs'
- POSTGRES_EXTRA_OPTS=--schema=public -b
Loading…
Cancel
Save