From dac214c3b02e3e1fc2590cbdba3b8f6e7503487b Mon Sep 17 00:00:00 2001 From: Anya Lin Date: Sat, 23 Nov 2024 22:36:58 +0800 Subject: [PATCH] readability improvements --- entrypoint.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/entrypoint.sh b/entrypoint.sh index eccf7b6..fe83291 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -19,9 +19,11 @@ endgroup() { trap 'endgroup' ERR +group "bash setup.sh" # snapshot containers don't ship with the SDK to save bandwidth # run setup.sh to download and extract the SDK [ ! -f setup.sh ] || bash setup.sh +endgroup FEEDNAME="${FEEDNAME:-action}" BUILD_LOG="${BUILD_LOG:-1}"