add entrypoint
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
FROM harbor.avroid.tech/devops/addlicense:1.1.1
|
FROM harbor.avroid.tech/devops/addlicense:1.1.1
|
||||||
|
|
||||||
# COPY entrypoint.sh /entrypoint.sh
|
COPY entrypoint.sh /entrypoint.sh
|
||||||
|
|
||||||
CMD ["addlicense", "-check", "."]
|
ENTRYPOINT ["/entrypoint.sh"]
|
||||||
|
|||||||
@@ -2,4 +2,4 @@
|
|||||||
|
|
||||||
echo "Processing event '$GITHUB_EVENT_NAME'"
|
echo "Processing event '$GITHUB_EVENT_NAME'"
|
||||||
|
|
||||||
addlicense -check .
|
/app/addlicense -check .
|
||||||
|
|||||||
Reference in New Issue
Block a user