@cap10morgan you probably need to rm -rf ~/.gitconfig
in circleci.
it's a crude workaround, but necessary for clojure git deps
this step might already be in the circleci config
hmm, ok. I'll give that a try.
the reason for this is that circleci does some kind of rewriting of ssh urls
ok, yeah, that makes sense given that it starts as an https url but fails as an ssh one
looks like that fixed it
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)
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)
but those were pushed from CircleCI
👍 (cc @rahul080327)