Fork me on GitHub
#cljdoc
<
2019-02-06
>
metasoarous05:02:00

Hmm... having some trouble getting SCM information to load (`clone-failed`) for oz "1.5.4". Initially I thought this was cause I hadn't pushed the tag prior to triggering the cljdoc build, but even after minting another release and making sure everything was pushed to github, I'm still getting SCM info missing. This worked just just a single release ago; Any idea what might be going on here?

martinklepsch09:02:08

Omg, terrible mishap on my end, pushing a fixed version 🙈

martinklepsch09:02:27

Thanks for coming by and pinging me!

martinklepsch09:02:13

For context: we switched to defaulting to using SSH protocol for cloning. This worked fine in CI because some SSH keys are already installed. In production however there are no SSH keys installed and so cloning failed due to authentication issues

martinklepsch10:02:41

sorry for the hassle and thanks for coming by and raising it 🙌

metasoarous17:02:06

No problem; Thank you so much for fixing it so quickly!