From 8572969ad6662fc88da4ab84d0849d67ead52434 Mon Sep 17 00:00:00 2001 From: Bastien Gatellier Date: Wed, 25 Oct 2023 22:03:12 +0200 Subject: [PATCH] chore: debug --- entrypoint.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/entrypoint.sh b/entrypoint.sh index ea5f778..becc703 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -20,6 +20,13 @@ trim() { echo "$(echo -e "${1}" | sed -e 's/^[[:space:]]*//' -e 's/[[:space:]]*$//')" } +echo "$1" +echo "$2" +echo "$3" +echo "$4" +echo "$5" +echo "$6" + # service name that analyze the URL (e.g. greenit) analysisService=$(trim $1) # file path or inline string to the JSON configuration used by the analysis service.