From 52a30b11707411f4e7313bbdea517b6382ac7e3c Mon Sep 17 00:00:00 2001 From: Lucas Gravley <29484535+admiralAwkbar@users.noreply.github.com> Date: Fri, 25 Oct 2019 15:56:04 -0500 Subject: [PATCH] adding it up --- Dockerfile | 2 +- lib/{entrypoint.sh => linter.sh} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename lib/{entrypoint.sh => linter.sh} (100%) diff --git a/Dockerfile b/Dockerfile index c6d883b1..507d9544 100644 --- a/Dockerfile +++ b/Dockerfile @@ -84,6 +84,6 @@ COPY TEMPLATES /action/lib/.automation ###################### # Set the entrypoint # ###################### -ENTRYPOINT ["/action/lib/entrypoint.sh"] +ENTRYPOINT ["/action/lib/linter.sh"] #CMD tail -f /dev/null diff --git a/lib/entrypoint.sh b/lib/linter.sh similarity index 100% rename from lib/entrypoint.sh rename to lib/linter.sh