Skip to content

Commit

Permalink
Merge pull request #223 from buzzfeed/jusshersmith-fix-code-cov-report
Browse files Browse the repository at this point in the history
ci: persist workspace further down the flow
  • Loading branch information
Jusshersmith authored Jun 28, 2019
2 parents a9c53b1 + 63b44a6 commit 12dc0fd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ jobs:
steps:
- setup_remote_docker
- checkout
- persist_to_workspace:
root: /go/src/github.com/buzzfeed/sso
paths:
- .
- run:
name: Enable go modules
command: |
Expand All @@ -37,6 +33,10 @@ jobs:
name: build sso-proxy
command: |
make dist/sso-proxy
- persist_to_workspace:
root: /go/src/github.com/buzzfeed/sso
paths:
- .

push-sso-dev-commit:
<<: *defaults
Expand Down

0 comments on commit 12dc0fd

Please sign in to comment.