ci: Fix persist_to_workspace.

This commit is contained in:
Dylan Vann 2018-12-30 20:25:54 -05:00
parent b3fe5781f4
commit 35e6ea984b
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ jobs:
- persist_to_workspace: - persist_to_workspace:
root: . root: .
paths: paths:
- project - .
release: release:
docker: docker:
- image: 'circleci/node:latest' - image: 'circleci/node:latest'