From 65a7c1bca83079d87536f2de5ad35049f2db5ad8 Mon Sep 17 00:00:00 2001 From: Rob Harrison Date: Thu, 27 Jun 2019 17:20:57 +0100 Subject: [PATCH] Avoiding rebuild --- postgres-backup-s3/integration-tests.test.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/postgres-backup-s3/integration-tests.test.yml b/postgres-backup-s3/integration-tests.test.yml index 9772ac0..2201b2b 100644 --- a/postgres-backup-s3/integration-tests.test.yml +++ b/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