babashka-sci-dev

borkdude 2021-12-08T19:53:22.076Z

@cap10morgan you probably need to rm -rf ~/.gitconfig

borkdude 2021-12-08T19:53:25.076200Z

in circleci.

borkdude 2021-12-08T19:53:35.076500Z

it's a crude workaround, but necessary for clojure git deps

borkdude 2021-12-08T19:53:53.076900Z

this step might already be in the circleci config

cap10morgan 2021-12-08T19:54:44.077200Z

hmm, ok. I'll give that a try.

borkdude 2021-12-08T19:55:33.077500Z

the reason for this is that circleci does some kind of rewriting of ssh urls

cap10morgan 2021-12-08T19:56:01.078Z

ok, yeah, that makes sense given that it starts as an https url but fails as an ssh one

cap10morgan 2021-12-08T20:10:20.078200Z

looks like that fixed it

cap10morgan 2021-12-08T22:45:16.078700Z

got it working: https://hub.docker.com/repository/docker/cap10morgan/babashka/tags?page=1&ordering=last_updated (note the 2 archs on the latest and 0.6.9 tags)

cap10morgan 2021-12-08T22:45:50.079400Z

I'll put up a PR soon (probably tomorrow at this point; have to tease out the relevant changes from the ones I made to make all this work from my fork)

cap10morgan 2021-12-08T22:46:09.079800Z

but those were pushed from CircleCI

borkdude 2021-12-08T22:46:49.080Z

👍 (cc @rahul080327)