You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an oversight from #1862 --- it should print a warning and return the fallback when we can't find git. I presume you were getting warnings before?
We are running CI jobs using a docker image that doesn't have
git
installed (stacktrace below) and the jobs have been failing since 0.27.20.Looking at the changes in https://gitlab.invenia.ca/invenia/Metrics.jl/-/pipelines/202985, we can see there is an extra call to git that happens outside of a try catch block a few lines below, and this is where we fail in the stacktrace (see below).
Is this expected behaviour? Should Documenter work without needing
git
?Would setting
disable_git
avoid this error?Thanks in advance!
The text was updated successfully, but these errors were encountered: