test(): exit tests if anything fails
This commit is contained in:
parent
a67dccdcd1
commit
27f5b5361d
1 changed files with 1 additions and 1 deletions
2
test.sh
2
test.sh
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
set -xe
|
||||||
export IMAGE_NAME=garethflowers/ftp-server
|
export IMAGE_NAME=garethflowers/ftp-server
|
||||||
|
|
||||||
docker build --tag $IMAGE_NAME .
|
docker build --tag $IMAGE_NAME .
|
||||||
|
|
Loading…
Reference in a new issue