Skip to content

Commit 568c281

Browse files
authored
Merge pull request #5701 from adafruit/tannewt-patch-1
Fetch tools/adabot submodule for website build
2 parents b504432 + 74fa2e9 commit 568c281

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tools/ci_fetch_deps.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,7 @@ def run(title, command):
7373
# This builds one board from a number of ports so fill out a bunch of submodules
7474
submodules = ["extmod/", "lib/", "tools/", "ports/", "data/nvm.toml/"]
7575
elif target == "website":
76-
# No submodules needed.
77-
pass
76+
submodules = ["tools/adabot/"]
7877
else:
7978
p = list(pathlib.Path(".").glob(f"ports/*/boards/{target}/mpconfigboard.mk"))
8079
if not p:

0 commit comments

Comments
 (0)