downloading mods
Some checks reported errors
continuous-integration/drone/push Build encountered an error
continuous-integration/drone Build is failing

This commit is contained in:
2024-01-10 11:34:46 +01:00
parent ec3e999375
commit 598253193b

View File

@@ -6,5 +6,6 @@ ENV GOCACHE=/usr/src/gocache
RUN go env RUN go env
WORKDIR /usr/src WORKDIR /usr/src
RUN go get github.com/sapcc/mosquitto-exporter RUN go get github.com/sapcc/mosquitto-exporter
RUN go mode download
RUN make -j4 build CGO_ENABLED=0 RUN make -j4 build CGO_ENABLED=0
RUN ls -al RUN ls -al