Skip to content

Commit

Permalink
chore: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Bastien Gatellier committed Oct 25, 2023
1 parent 7eb8fed commit 8572969
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8572969

Please sign in to comment.