this should fix ci
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Jeffrey Paul 2022-02-01 22:30:43 -08:00
parent b6c73621fc
commit bb810fb728
1 changed files with 4 additions and 2 deletions

View File

@ -22,9 +22,11 @@ COPY go.mod .
COPY go.sum . COPY go.sum .
COPY ./ ./ 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 go mod vendor
RUN make
RUN tar -c . | bzip2 > /src.tbz2 RUN tar -c . | bzip2 > /src.tbz2