diff options
Diffstat (limited to 'test/s3/compatibility/prepare.sh')
| -rwxr-xr-x | test/s3/compatibility/prepare.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/s3/compatibility/prepare.sh b/test/s3/compatibility/prepare.sh new file mode 100755 index 000000000..7f9c20746 --- /dev/null +++ b/test/s3/compatibility/prepare.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash + +set -ex + +docker build --progress=plain -t s3tests . |
