I need to fix Go-Glitch's documentation.
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
Colin 2024-06-11 10:34:10 -04:00
parent 804d00b763
commit 962f474cdb
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
FROM alpine:latest FROM alpine:latest
RUN apk update && apk add --no-cache curl bash 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/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 COPY notify.sh /notify.sh
RUN chmod +x /notify.sh RUN chmod +x /notify.sh
ENV GLITCHTIP_DSN="" ENV GLITCHTIP_DSN=""