Fix CircleCI gitconfig
This commit is contained in:
parent
0e2aae4a00
commit
63e4c8523f
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue