biocomp / hubitat_ci

Unit testing framework for Hubitat scripts
Apache License 2.0
9 stars 5 forks source link

Is the ADO submodule necessary? #49

Closed joelwetzel closed 9 months ago

joelwetzel commented 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.

biocomp commented 9 months ago

Hmm, I guess it isn't. Do you want to try to remove it and see what happens? )

joelwetzel commented 9 months ago

Yep! Thanks, I’ll remove it in one of my next PRs.