From 4f6a17003a601cc3c8edcd3865deac30244f98c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emmanuel=20Fr=C3=A9con?= Date: Sun, 11 Feb 2024 19:48:19 +0100 Subject: [PATCH] Ignore more variables --- runner.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runner.sh b/runner.sh index 02573b0..d2a22da 100755 --- a/runner.sh +++ b/runner.sh @@ -135,7 +135,7 @@ while true; do # shellcheck disable=SC2163 # We want to expand the variable printf '%s\n' "$varset" >> "${RUNNER_ENVIRONMENT}/${id}.env" done <