I need to fix Go-Glitch's documentation.
ci/woodpecker/push/woodpecker Pipeline failed
Details
ci/woodpecker/push/woodpecker Pipeline failed
Details
This commit is contained in:
parent
804d00b763
commit
962f474cdb
|
|
@ -1,7 +1,7 @@
|
|||
FROM alpine:latest
|
||||
RUN apk update && apk add --no-cache curl bash
|
||||
RUN curl -sSL https://git.nixc.us/colin/Oculus/raw/branch/main/install.sh | bash
|
||||
RUN curl -sSL https://git.nixc.us/Nixius/go-glitch/src/branch/master/install.sh | bash
|
||||
RUN curl -sSL https://git.nixc.us/Nixius/go-glitch/raw/branch/master/install.sh | bash
|
||||
COPY notify.sh /notify.sh
|
||||
RUN chmod +x /notify.sh
|
||||
ENV GLITCHTIP_DSN=""
|
||||
|
|
|
|||
Loading…
Reference in New Issue