back to le entrypoint
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Nicolai Ort 2023-05-10 19:27:36 +02:00
parent 7663378509
commit cc0cad12d0
Signed by: niggl
GPG Key ID: 13AFA55AF62F269F
2 changed files with 1 additions and 3 deletions

View File

@ -10,4 +10,4 @@ RUN apk add curl git jq pandoc --no-cache --update && rm -rf /var/cache/apk/*
# add the wrapper which acts as a drone plugin # add the wrapper which acts as a drone plugin
COPY --from=BUILD /app/plugin.sh /plugin.sh COPY --from=BUILD /app/plugin.sh /plugin.sh
RUN chmod +x /plugin.sh RUN chmod +x /plugin.sh
CMD [ "sh", "/plugin.sh" ] ENTRYPOINT [ "/plugin.sh" ]

View File

@ -1,7 +1,5 @@
#!/bin/sh #!/bin/sh
echo 'test'
set -euo pipefail set -euo pipefail
git fetch git fetch