From 8ace47e583758953bb3c2a1a9395a2f0861d2278 Mon Sep 17 00:00:00 2001 From: Rob Harrison Date: Thu, 27 Jun 2019 13:28:32 +0100 Subject: [PATCH] Create integration-tests.sh --- postgres-backup-s3/integration-tests.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 postgres-backup-s3/integration-tests.sh diff --git a/postgres-backup-s3/integration-tests.sh b/postgres-backup-s3/integration-tests.sh new file mode 100644 index 0000000..388abd4 --- /dev/null +++ b/postgres-backup-s3/integration-tests.sh @@ -0,0 +1,5 @@ +#! /bin/sh + +set -e + +echo "This worked ok"