From 63e4c8523f8f7467e6834e4fb9dd71d055b01dee Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Sun, 31 Jan 2021 05:47:14 -0800 Subject: [PATCH] Fix CircleCI gitconfig --- .circleci/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 387e56b..1b1f3cb 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -8,6 +8,9 @@ jobs: - checkout - restore_cache: key: honeysql-{{ checksum "deps.edn" }} + - run: + name: Get rid of erroneous git config + command: rm -rf ~/.gitconfig - run: name: Install Node command: sudo apt-get update && sudo apt-get install -y nodejs