From f87e8baa8ac2dcd16d9533ce66a29051007eab51 Mon Sep 17 00:00:00 2001 From: Mattermost Build Date: Thu, 31 Oct 2019 17:25:23 +0100 Subject: [PATCH] deploy-to-store job attach_workspace in home directory (#3507) --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d892a60b0..3225b8f63 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -170,7 +170,7 @@ commands: type: string steps: - attach_workspace: - at: / + at: ~/ - run: name: <> working_directory: fastlane