Skip to content

Commit

Permalink
Fix travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
databus23 committed Jun 4, 2019
1 parent 4f5503b commit 4a9f6d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
sudo: required
language: go
services:
- docker
install: true

script: make container test vet
script: make container
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ FROM alpine:3.8
LABEL maintainer="[email protected]"

RUN apk --no-cache add ca-certificates
COPY /kubernetes-oomkill-exporter /kubernetes-oomkill-exporter
COPY --from=0 /kubernetes-oomkill-exporter /kubernetes-oomkill-exporter

ENTRYPOINT ["/kubernetes-oomkill-exporter"]
CMD ["-logtostderr"]

0 comments on commit 4a9f6d7

Please sign in to comment.