Browse Source

Avoiding rebuild

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

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

@ -7,10 +7,7 @@ services:
- POSTGRES_USER=user
- PGDATA=/var/lib/postgresql/data/pgdata
sut:
build:
context: .
args:
DOCKER_API_VERSION: "1.37"
image: robwithhair/postgres-backup-s3:this
command: 'sh integration-tests.sh'
depends_on:
- postgres

Loading…
Cancel
Save