Skip to content

Commit

Permalink
Merge pull request #40 from rusenask/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
rusenask authored Jul 22, 2017
2 parents 5a508f1 + 1d70e01 commit 28553b3
Show file tree
Hide file tree
Showing 5,444 changed files with 2,936,412 additions and 256,977 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,5 @@ jobs:
steps:
- checkout

# specify any bash command here prefixed with `run: `
- run: go get
# specify any bash command here prefixed with `run: `
- run: make test
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM golang:1.8.3
COPY . /go/src/github.com/rusenask/keel
WORKDIR /go/src/github.com/rusenask/keel
RUN go get && make build
RUN make build

FROM alpine:latest
RUN apk --no-cache add ca-certificates
Expand Down
333 changes: 319 additions & 14 deletions glide.lock

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

Loading

0 comments on commit 28553b3

Please sign in to comment.