From 0c40952b344d86f6c46d16ab8f377316ec944191 Mon Sep 17 00:00:00 2001 From: Walter Lozano <walter.lozano@collabora.com> Date: Mon, 12 Aug 2024 11:13:54 -0300 Subject: [PATCH] fold-security-update-branches: Exit on error To avoid continuing running commands in case of an error abort the execution immediately. Signed-off-by: Walter Lozano <walter.lozano@collabora.com> --- release-scripts/fold-security-update-branches | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-scripts/fold-security-update-branches b/release-scripts/fold-security-update-branches index d20f9533..6f7aa66e 100755 --- a/release-scripts/fold-security-update-branches +++ b/release-scripts/fold-security-update-branches @@ -3,7 +3,7 @@ ## INFO # Script should be run from the apertis-infrastructure/release-scripts -set +e +set -e BASEDIR=`dirname $0` -- GitLab