From 88aa51b4fa4d32ed7bd06ed737bd35b6618f5b7a Mon Sep 17 00:00:00 2001 From: Core Date: Mon, 3 Oct 2022 12:07:04 +0100 Subject: [PATCH] Persist .git --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index acc86d51..00a084d2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -50,6 +50,7 @@ jobs: root: . # Must be relative path from root paths: + - .git - src - node_modules - build