Skip to content

Commit

Permalink
share workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
javoire committed Mar 31, 2019
1 parent 3087203 commit 949ad0b
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 @@ -40,6 +40,12 @@ jobs:
- run:
name: 'Package'
command: utils/package.sh
- persist_to_workspace:
root: /root/project
paths:
# Can't use var here...
- dyslexia-friendly.zip
- utils/publish.sh
publish:
docker:
- image: node:11
Expand All @@ -48,6 +54,8 @@ jobs:
# TODO: find a way to not have to specify this twice
- PACKAGE_NAME: dyslexia-friendly.zip
steps:
- attach_workspace:
at: /root/project
- run:
name: 'Publish'
command: utils/publish.sh

0 comments on commit 949ad0b

Please sign in to comment.