remove ls
This commit is contained in:
parent
ab984c6fdb
commit
4816f4b3b8
1 changed files with 0 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue