This commit is contained in:
parent
d06bdcdd4a
commit
97c9484555
@ -1,4 +1,4 @@
|
|||||||
FROM alpine
|
FROM alpine
|
||||||
COPY script.sh /bin/
|
COPY script.sh /bin/
|
||||||
RUN chmod +x /bin/script.sh && apk -Uuv add curl ca-certificates
|
RUN chmod +x /bin/script.sh && apk -Uuv add curl ca-certificates
|
||||||
ENTRYPOINT /bin/script.sh
|
ENTRYPOINT /bin/script.sh
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env sh
|
||||||
|
|
||||||
echo 'Updating Sentry Project: '${PLUGIN_SENTRY_PROJECT}
|
echo 'Updating Sentry Project: '${PLUGIN_SENTRY_PROJECT}
|
||||||
echo 'New Release: '${DRONE_REPO}':'${DRONE_COMMIT_SHA}
|
echo 'New Release: '${DRONE_REPO}':'${DRONE_COMMIT_SHA}
|
||||||
|
Loading…
Reference in New Issue
Block a user