Browse Source

Update integration-tests.test.yml

Added depends on
pull/119/head
Rob Harrison 7 years ago
committed by GitHub
parent
commit
428d22384e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      postgres-backup-s3/integration-tests.test.yml

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

@ -1,6 +1,6 @@
version: '3.7'
services:
msuk_db:
postgres:
image: camptocamp/postgres:9.6
deploy:
replicas: 1
@ -18,3 +18,5 @@ configs:
sut:
build: .
command: 'sh integration-tests.sh'
depends_on:
- postgres
Loading…
Cancel
Save