osmith has uploaded this change for review. ( https://gerrit.osmocom.org/13487


Change subject: docker/rebuild_osmocom_jenkins_image.sh: set -e
......................................................................

docker/rebuild_osmocom_jenkins_image.sh: set -e

Exit with error if one of the docker commands is failing, for example
when pulling the debian image.

Change-Id: I6faaf9303b4facb0965131615bc73541dd309c51
---
M docker/rebuild_osmocom_jenkins_image.sh
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/87/13487/1

diff --git a/docker/rebuild_osmocom_jenkins_image.sh 
b/docker/rebuild_osmocom_jenkins_image.sh
index 2554529..60c516b 100755
--- a/docker/rebuild_osmocom_jenkins_image.sh
+++ b/docker/rebuild_osmocom_jenkins_image.sh
@@ -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() {

--
To view, visit https://gerrit.osmocom.org/13487
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I6faaf9303b4facb0965131615bc73541dd309c51
Gerrit-Change-Number: 13487
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <[email protected]>

Reply via email to