From b00e2ffa6af1a923971a8fd89238951973394838 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Mika=C3=ABl=20Barbero?=
 <mikael.barbero@eclipse-foundation.org>
Date: Tue, 12 Sep 2023 09:53:48 +0000
Subject: [PATCH] Added check for "unset" variables

---
 github/download-github-release.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/github/download-github-release.sh b/github/download-github-release.sh
index 2b0df3d..ca68c6f 100755
--- a/github/download-github-release.sh
+++ b/github/download-github-release.sh
@@ -1,5 +1,5 @@
 #!/usr/bin/env bash
-set -eo pipefail
+set -euo pipefail
 
 download-artifact() {
   curl -s -L -O ${ARTIFACT_URL}
-- 
GitLab