From 8ea1debb9991e816dc0bc0d4dfcffb67424e0a85 Mon Sep 17 00:00:00 2001 From: Ahmed Bouhuolia Date: Tue, 28 Sep 2021 14:34:17 +0200 Subject: [PATCH] chore: fix circleci config. --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 79c03654f..d2b302fdd 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -36,9 +36,9 @@ jobs: paths: - /caches/app.tar - persist_to_workspace: - root: ~/ + root: /caches paths: - - /caches/app.tar + - ./app.tar deploy: working_directory: ~/app docker: