From 27f5b5361d41449116b73fd32ab9f3146c0a1851 Mon Sep 17 00:00:00 2001 From: Gareth Flowers Date: Sat, 22 Jan 2022 22:34:46 +0000 Subject: [PATCH] test(): exit tests if anything fails --- test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.sh b/test.sh index 54fb62c..e269fe3 100755 --- a/test.sh +++ b/test.sh @@ -1,5 +1,5 @@ #!/bin/sh - +set -xe export IMAGE_NAME=garethflowers/ftp-server docker build --tag $IMAGE_NAME .