Skip to content

Commit fcfe85b

Browse files
committed
Split license-check from the build
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
1 parent ca674d2 commit fcfe85b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ARG OPTS
2424

2525
RUN gofmt -l -d $(find . -type f -name '*.go' -not -path "./vendor/*")
2626
RUN go test -v ./...
27-
RUN license-check -path ./ --verbose=false "Alex Ellis" "inlets Authors" "inlets Author(s)" \
27+
RUN license-check -path ./ --verbose=false "Alex Ellis" "inlets Authors" "inlets Author(s)"
2828
RUN VERSION=$(git describe --all --exact-match `git rev-parse HEAD` | grep tags | sed 's/tags\///') && \
2929
GIT_COMMIT=$(git rev-list -1 HEAD) && \
3030
env ${OPTS} CGO_ENABLED=0 GOOS=linux go build -ldflags "-s -w \

0 commit comments

Comments
 (0)