1
0
forked from sneak/mfer

this should fix ci

This commit is contained in:
Jeffrey Paul 2022-02-01 22:30:43 -08:00
parent b6c73621fc
commit bb810fb728

View File

@ -22,9 +22,11 @@ COPY go.mod .
COPY go.sum .
COPY ./ ./
RUN make lint
# don't lint again during build because there's no golangci-lint in this
# image and we already did it in a previous stage
#RUN make lint
RUN make mfer
RUN go mod vendor
RUN make
RUN tar -c . | bzip2 > /src.tbz2