From d051198121a467517a1f501c83ab29b24d5f9b57 Mon Sep 17 00:00:00 2001
From: Alexander Polyankin <alexander.polyankin@metabase.com>
Date: Tue, 18 Jan 2022 16:26:40 +0300
Subject: [PATCH] Remove duplicated attach-workspace (#19728)

---
 .circleci/config.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.circleci/config.yml b/.circleci/config.yml
index bde4e3a0ba6..c6dd699955c 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -455,7 +455,6 @@ commands:
         type: boolean
         default: false
     steps:
-      - attach-workspace
       - when:
           condition: << parameters.skip-when-no-change >>
           steps:
@@ -546,6 +545,7 @@ jobs:
     executor: builder
     steps:
       - checkout
+      - attach-workspace
       # .BACKEND-CHECKSUMS is every Clojure source file as well as dependency files like deps.edn and plugin manifests
       - create-checksum-file:
           filename: .BACKEND-CHECKSUMS
@@ -835,6 +835,7 @@ jobs:
   shared-tests-cljs:
     executor: builder
     steps:
+      - attach-workspace
       - run-yarn-command:
           command-name: Run Cljs tests for shared/ code
           command: run test-cljs
-- 
GitLab