Skip to content

Commit

Permalink
fix persist pathing try 2
Browse files Browse the repository at this point in the history
  • Loading branch information
schnogz committed Jul 12, 2018
1 parent 80834f8 commit 0423fab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2

references:
workspace_root: &workspace_root
/home/circleci/blockchain-wallet-v4-frontend
/home/circleci

attach_workspace: &attach_workspace
attach_workspace:
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
- persist_to_workspace:
root: /home/circleci
paths:
- .
- blockchain-wallet-v4-frontend
lint_code:
<<: *container_config
steps:
Expand Down

0 comments on commit 0423fab

Please sign in to comment.