From 5631c54403e802744155e8d223558a697d1b18cd Mon Sep 17 00:00:00 2001 From: Elias Nahum Date: Thu, 31 Oct 2019 12:48:15 -0300 Subject: [PATCH] circleCI change persist root from / to ~/ (#3503) --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 751e39933..d892a60b0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -180,7 +180,7 @@ commands: description: "Persist mattermost-mobile directory" steps: - persist_to_workspace: - root: / + root: ~/ paths: - mattermost-mobile*