From e8bf1de2d64b9579a11d7f6249b4d6fa9958b769 Mon Sep 17 00:00:00 2001 From: Mattermost Build Date: Thu, 31 Oct 2019 16:50:58 +0100 Subject: [PATCH] circleCI change persist root from / to ~/ (#3505) --- .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*