circleCI change persist root from / to ~/ (#3503)

This commit is contained in:
Elias Nahum 2019-10-31 12:48:15 -03:00 committed by Dean Whillier
parent 42560ca047
commit 5631c54403

View file

@ -180,7 +180,7 @@ commands:
description: "Persist mattermost-mobile directory"
steps:
- persist_to_workspace:
root: /
root: ~/
paths:
- mattermost-mobile*