Skip to content
This repository has been archived by the owner on Oct 28, 2019. It is now read-only.

Commit

Permalink
Added CI/CD workspace persistence
Browse files Browse the repository at this point in the history
  • Loading branch information
rtbenfield committed Jul 6, 2019
1 parent dfbafe4 commit b5740f3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ jobs:
- store_artifacts:
path: coverage
destination: coverage

- persist_to_workspace:
root: ~/repo
paths: .
build:
<<: *defaults
steps:
Expand All @@ -58,6 +62,10 @@ jobs:
- store_artifacts:
path: dist
destination: dist

- persist_to_workspace:
root: ~/repo
paths: .
deploy:
<<: *defaults
steps:
Expand Down

0 comments on commit b5740f3

Please sign in to comment.