Skip to content

Commit

Permalink
Remove debugging from Dockerfile
Browse files Browse the repository at this point in the history
The find / git log statements are no longer required.

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
  • Loading branch information
alexellis committed Nov 29, 2020
1 parent 2f3d951 commit 6a05c7d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Expand Up @@ -15,9 +15,6 @@ COPY --from=license-check /license-check /usr/bin/

WORKDIR /go/src/github.com/openfaas/faas-netes
COPY . .
RUN find .
RUN git log
RUN git status

RUN license-check -path /go/src/github.com/openfaas/faas-netes/ --verbose=false "Alex Ellis" "OpenFaaS Author(s)"
RUN gofmt -l -d $(find . -type f -name '*.go' -not -path "./vendor/*")
Expand Down

0 comments on commit 6a05c7d

Please sign in to comment.