this should fix ci
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
b6c73621fc
commit
bb810fb728
|
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue