Closed joelwetzel closed 9 months ago
Currently the .gitmodules file contains this submodule:
[submodule "buildSrc/src/main/groovy/biocomp/HubitatCi"] path = buildSrc/src/main/groovy/biocomp/HubitatCi url = https://biocomp.visualstudio.com/DefaultCollection/HubitatStuff/_git/HubitatCi
Is this necessary? The ADO project is locked down, so it throws an error if git tries to pull it.
Hmm, I guess it isn't. Do you want to try to remove it and see what happens? )
Yep! Thanks, I’ll remove it in one of my next PRs.
Currently the .gitmodules file contains this submodule:
Is this necessary? The ADO project is locked down, so it throws an error if git tries to pull it.