circleci

rm -rf /home/circleci/.gitconfig
borkdude 2019-08-09T08:31:17.003800Z

^ @marc-omorain

Marc O'Morain 2019-08-09T08:41:50.004300Z

Are you using docker?

Marc O'Morain 2019-08-09T08:42:35.005500Z

We shouldn’t have all of the docker images from the clojure library available

Marc O'Morain 2019-08-09T08:42:51.006100Z

So you can use any Lein version that is published.

Marc O'Morain 2019-08-09T08:43:55.006700Z

I’m not sure what the intended behaviour is there tbh.

Marc O'Morain 2019-08-09T08:44:04.007200Z

We don’t have any options to toggle that.

borkdude 2019-08-09T08:44:29.007400Z

ok

slipset 2019-08-09T10:30:35.007600Z

I understand this, my point is that when you set up a new clojure project in Circle, the sample .yml file has this line in it:

slipset 2019-08-09T10:30:44.007800Z

- image: circleci/clojure:lein-2.7.1

slipset 2019-08-09T10:31:43.008Z

When you combine this with the “Copy to clipboard” button in step two, my laziness causes all my Clojure projects to be running with lein-2.7.1

slipset 2019-08-09T10:32:54.008200Z

So my proposition is to change the line above in the sample .yml file to something like - image: circleci/clojure:lein-2.9.1