mirror of
https://github.com/zitadel/zitadel.git
synced 2025-03-01 11:07:24 +00:00
test
This commit is contained in:
parent
738a442856
commit
ac281cc3c1
@ -5,7 +5,6 @@ RUN apt-get update && apt-get install -y npm && npm install -g sass@${SASS_VERSI
|
||||
RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/HEAD/install.sh | sh -s -- -b $(go env GOPATH)/bin v${GOLANG_CI_VERSION}
|
||||
WORKDIR /app
|
||||
COPY go.mod go.sum Makefile buf.gen.yaml buf.work.yaml main.go .golangci.yaml ./
|
||||
COPY .git/ .git/
|
||||
COPY cmd/ cmd/
|
||||
COPY internal/ internal/
|
||||
COPY openapi/ openapi/
|
||||
@ -19,6 +18,7 @@ FROM base AS build
|
||||
RUN make compile_pipeline
|
||||
|
||||
FROM base AS lint
|
||||
COPY .git/ .git/
|
||||
RUN make core_lint
|
||||
|
||||
FROM scratch AS output
|
||||
|
Loading…
x
Reference in New Issue
Block a user