circleCI change persist root from / to ~/ (#3505)
This commit is contained in:
parent
00387cb1eb
commit
e8bf1de2d6
1 changed files with 1 additions and 1 deletions
|
|
@ -180,7 +180,7 @@ commands:
|
|||
description: "Persist mattermost-mobile directory"
|
||||
steps:
|
||||
- persist_to_workspace:
|
||||
root: /
|
||||
root: ~/
|
||||
paths:
|
||||
- mattermost-mobile*
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue