We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca674d2 commit fcfe85bCopy full SHA for fcfe85b
1 file changed
Dockerfile
@@ -24,7 +24,7 @@ ARG OPTS
24
25
RUN gofmt -l -d $(find . -type f -name '*.go' -not -path "./vendor/*")
26
RUN go test -v ./...
27
-RUN license-check -path ./ --verbose=false "Alex Ellis" "inlets Authors" "inlets Author(s)" \
+RUN license-check -path ./ --verbose=false "Alex Ellis" "inlets Authors" "inlets Author(s)"
28
RUN VERSION=$(git describe --all --exact-match `git rev-parse HEAD` | grep tags | sed 's/tags\///') && \
29
GIT_COMMIT=$(git rev-list -1 HEAD) && \
30
env ${OPTS} CGO_ENABLED=0 GOOS=linux go build -ldflags "-s -w \
0 commit comments