circleci

rm -rf /home/circleci/.gitconfig
glenjamin 2020-10-16T07:47:54.018200Z

new one on me too - did the base image change?

borkdude 2020-10-16T08:23:07.018600Z

don't know. I use a similar setup with babashka and no error there

borkdude 2020-10-16T08:28:08.018900Z

@glenjamin The base image:

linux:
    docker:
      - image: circleci/clojure:openjdk-11-lein-2.8.1

borkdude 2020-10-16T08:30:09.019100Z

I've been using this base image since forever

glenjamin 2020-10-16T09:58:44.019500Z

these images get built off the upstream openjdk images, so they pick up changes from there