Merge pull request #5701 from adafruit/tannewt-patch-1

Fetch tools/adabot submodule for website build
This commit is contained in:
Dan Halbert 2021-12-11 18:00:11 -05:00 committed by GitHub
commit 568c281fd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,8 +73,7 @@ elif target == "windows":
# This builds one board from a number of ports so fill out a bunch of submodules
submodules = ["extmod/", "lib/", "tools/", "ports/", "data/nvm.toml/"]
elif target == "website":
# No submodules needed.
pass
submodules = ["tools/adabot/"]
else:
p = list(pathlib.Path(".").glob(f"ports/*/boards/{target}/mpconfigboard.mk"))
if not p: