ls
This commit is contained in:
parent
19de333601
commit
fb371802f9
1 changed files with 1 additions and 3 deletions
|
@ -25,9 +25,7 @@ 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 \
|
||||
&& chmod +x webhook-linux-amd64/webhook \
|
||||
rm artifact.tar.gz
|
||||
&& ls -ls
|
||||
|
||||
RUN echo "- id: whoami-webhook" > hooks.yaml \
|
||||
&& echo " execute-command: 'whoami'" >> hooks.yaml
|
||||
|
|
Loading…
Reference in a new issue