Skip to content
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.

Commit

Permalink
refactor(*): improvements, cleanup, and more (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrynhard authored Aug 6, 2017
1 parent 43e6001 commit bc5fdbc
Show file tree
Hide file tree
Showing 6,089 changed files with 2,649,957 additions and 748 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
3 changes: 2 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
*
!argus
!pkg
!cmd
!scripts
!Gopkg*
!main.go
!vendor
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
build
vendor
coverage.txt
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ install:
- sudo apt-get -y install docker-ce

script:
- docker build --tag logicmonitor/argus .
- make

after_success:
- bash <(curl -s https://codecov.io/bash)
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
FROM golang:1.8.3 as build
WORKDIR $GOPATH/src/github.com/logicmonitor/k8s-argus
RUN go get -u github.com/golang/dep/cmd/dep
COPY ./ ./
RUN dep ensure
RUN GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -o /argus

FROM golang:1.8.3 as test
Expand Down
120 changes: 60 additions & 60 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit bc5fdbc

Please sign in to comment.