Fix CircleCI gitconfig

This commit is contained in:
Sean Corfield 2021-01-31 05:47:14 -08:00
parent 0e2aae4a00
commit 63e4c8523f

View file

@ -8,6 +8,9 @@ jobs:
- checkout - checkout
- restore_cache: - restore_cache:
key: honeysql-{{ checksum "deps.edn" }} key: honeysql-{{ checksum "deps.edn" }}
- run:
name: Get rid of erroneous git config
command: rm -rf ~/.gitconfig
- run: - run:
name: Install Node name: Install Node
command: sudo apt-get update && sudo apt-get install -y nodejs command: sudo apt-get update && sudo apt-get install -y nodejs