Use right path, just run script
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luke Murphy 2020-09-23 08:36:19 +02:00
parent 1c4263ff5d
commit 0a0e6501f0
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@ FROM docker:dind
RUN apk add --no-cache openssh-client=8.3_p1-r0
COPY plugin.sh /plugin
COPY plugin.sh /plugin/plugin.sh
WORKDIR /drone/src
CMD ["sh", "/plugin/plugin.sh"]
CMD ["/plugin/plugin.sh"]