remove ls

This commit is contained in:
holzi1005 2024-12-18 17:45:40 +01:00
parent ab984c6fdb
commit 4816f4b3b8

View file

@ -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 \