docker/rebuild_osmocom_jenkins_image.sh: set -e

Exit with error if one of the docker commands is failing (i.e. don't
exit with 0 when building the jessie image failed, but the stretch
image got built properly).

Change-Id: I6faaf9303b4facb0965131615bc73541dd309c51
This commit is contained in:
Oliver Smith 2019-04-02 12:01:12 +02:00
parent 23d603a3af
commit 6c603bac02
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/bash -e
# Executes docker build with the given parameters and retry in case of error.
function build_once() {