Auto quit on command fail

This commit is contained in:
rzadp 2019-06-04 14:49:39 +02:00
parent f8d8a2d55b
commit 3a3ebf9747

@ -1,5 +1,6 @@
#!/usr/bin/env bash
cd $(dirname $0)
set -e # exit when any command fails
./down.sh
docker-compose build