Skip to content

Commit

Permalink
add logging to CirclCI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
lhitchon committed Jul 15, 2018
1 parent 81a64f6 commit 9d836f7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ jobs:
- run:
name: Dependencies
command: make deps
- run:
name: Debug git status
command: git status
- run:
name: Debug git diff
command: git diff
- run:
name: Test
command: make test
Expand All @@ -29,6 +35,12 @@ jobs:
steps:
- attach_workspace:
at: /go/src/github.com/stelligent/config-lint
- run:
name: Debug git status
command: git status
- run:
name: Debug git diff
command: git diff
- run:
name: Release
command: curl -sL https://git.io/goreleaser | bash
Expand Down

0 comments on commit 9d836f7

Please sign in to comment.