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"