Commit 01f5fb04 authored by David Danier's avatar David Danier 🚀
Browse files

build.sh should really fail on error

parent 4aee8d71
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -7,6 +7,9 @@ LATEST_VERSION="8"

# Let's do it

set -o errexit
set -o pipefail

if [ -z "$CI_REGISTRY" ]
then  # outside gitlab ci runner
    docker login docker.team23.de