babashka

https://github.com/babashka/babashka. Also see #sci, #nbb and #babashka-circleci-builds .
slipset 2020-12-24T10:15:02.379700Z

I’m so going to rewrite as much as possible of the circle config in bb.

borkdude 2020-12-24T10:24:30.380Z

using clj-commons/clj-yaml? :)

slipset 2020-12-24T10:48:33.382100Z

I was hoping just to move more from declarations to actual code.

slipset 2020-12-24T10:49:02.382500Z

Anyways, https://github.com/slipset/cautious-engine is now working as I want it to.

slipset 2020-12-24T10:49:31.383100Z

Just missing the signing.

borkdude 2020-12-24T10:54:03.383500Z

@slipset I didn't know (or (System/getenv "PROJECT_VERSION") "0.1.0-SNAPSHOT") worked without a #= in front of it in lein files

slipset 2020-12-24T10:54:57.384300Z

I found that in a blog post (which I’m unable to google back to). I’ve continued this discussion in #circleci