working version
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Torma Kristóf 2020-07-19 14:25:22 +02:00
parent d06bdcdd4a
commit 97c9484555
Signed by: tormakris
GPG Key ID: DC83C4F2C41B1047
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM alpine
COPY script.sh /bin/
RUN chmod +x /bin/script.sh && apk -Uuv add curl ca-certificates
ENTRYPOINT /bin/script.sh
ENTRYPOINT /bin/script.sh

View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/usr/bin/env sh
echo 'Updating Sentry Project: '${PLUGIN_SENTRY_PROJECT}
echo 'New Release: '${DRONE_REPO}':'${DRONE_COMMIT_SHA}