Browse Source

Update integration-tests.test.yml

Testing having fixed command
pull/119/head
Rob Harrison 7 years ago
committed by GitHub
parent
commit
85a310a470
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 19
      postgres-backup-s3/integration-tests.test.yml

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

@ -1,3 +1,20 @@
version: '3.7'
services:
msuk_db:
image: camptocamp/postgres:9.6
deploy:
replicas: 1
environment:
- POSTGRES_PASSWORD=12345
- POSTGRES_USER=user
- PGDATA=/var/lib/postgresql/data/pgdata
configs:
- source: master-db-config_2
target: /etc/postgresql/postgresql.conf
command: -c 'config_file=/etc/postgresql/postgresql.conf'
configs:
master-db-config:
file: ./config/master.conf
sut:
build: .
command: integration-tests.sh
command: 'sh integration-tests.sh'
Loading…
Cancel
Save