This commit is contained in:
aleksandr.vodyanov
2024-05-17 16:56:36 +03:00
parent 268d51f61e
commit e7a7584ed0
2 changed files with 1 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
# To obtain such a permit, you should contact AVROID, Ltd. # To obtain such a permit, you should contact AVROID, Ltd.
# at https://avroid.ru # 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 COPY entrypoint.sh /entrypoint.sh

View File

@@ -11,5 +11,4 @@
echo "Processing event '$GITHUB_EVENT_NAME'" echo "Processing event '$GITHUB_EVENT_NAME'"
echo "List of files with absent license:" echo "List of files with absent license:"
echo "===================================" echo "==================================="
echo $INPUT_INPUT_FILES
echo /app/addlicense -check "$1" "$INPUT_INPUT_FILES" | sh echo /app/addlicense -check "$1" "$INPUT_INPUT_FILES" | sh