diff --git a/webhook_application_dockerfile b/webhook_application_dockerfile index fd65d9b..a763a80 100644 --- a/webhook_application_dockerfile +++ b/webhook_application_dockerfile @@ -25,7 +25,6 @@ WORKDIR /opt/webhook RUN wget https://github.com/adnanh/webhook/releases/download/${VERSION}/webhook-linux-amd64.tar.gz -O artifact.tar.gz \ && tar --strip-components=1 -xvzf artifact.tar.gz \ - && ls -ls \ && rm artifact.tar.gz RUN echo "- id: whoami-webhook" > hooks.yaml \