From e7a7584ed0b4ed75819750d4142c7bf944ab9ad8 Mon Sep 17 00:00:00 2001 From: "aleksandr.vodyanov" Date: Fri, 17 May 2024 16:56:36 +0300 Subject: [PATCH] up files --- Dockerfile | 2 +- entrypoint.sh | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index f560ebd..f817806 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ # To obtain such a permit, you should contact AVROID, Ltd. # at https://avroid.ru -FROM harbor.avroid.tech/devops/addlicense:1.1.2-1 +FROM harbor.avroid.tech/devops/addlicense:1.1.2 COPY entrypoint.sh /entrypoint.sh diff --git a/entrypoint.sh b/entrypoint.sh index 32669fb..f26c015 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -11,5 +11,4 @@ echo "Processing event '$GITHUB_EVENT_NAME'" echo "List of files with absent license:" echo "===================================" -echo $INPUT_INPUT_FILES echo /app/addlicense -check "$1" "$INPUT_INPUT_FILES" | sh