Skip to content

Commit

Permalink
Remove coverage generation from Dockerfile, according to:
Browse files Browse the repository at this point in the history
  • Loading branch information
soar committed Nov 3, 2017
1 parent 4970597 commit a439aab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ RUN go get github.com/mattn/goveralls \
&& chmod +x /bin/dep \
&& /bin/dep ensure \
&& ./test.sh \
&& ./coverage.sh --coveralls \
&& CGO_ENABLED=0 make DESTDIR=/opt PREFIX=/nsq GOFLAGS='-ldflags="-s -w"' install

FROM alpine:3.6
Expand Down

0 comments on commit a439aab

Please sign in to comment.