File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -332,12 +332,13 @@ function ci_psoc6_setup {
332332 docker exec mtb-ci /bin/bash -c " git config --global --add safe.directory /micropython/lib/micropython-lib"
333333 docker exec mtb-ci /bin/bash -c " git config --global --add safe.directory /micropython/lib/mbedtls"
334334 docker exec mtb-ci /bin/bash -c " git config --global --add safe.directory /micropython/lib/lwip"
335+ docker exec mtb-ci /bin/bash -c " git config --global --add safe.directory /micropython/lib/mtb-psoc6-libs"
335336}
336337
337338function ci_psoc6_build {
338339 board=$1
339- docker exec mtb-ci make mtb_init BOARD=${board}
340340 docker exec mtb-ci make submodules
341+ docker exec mtb-ci make mtb_init BOARD=${board}
341342 docker exec mtb-ci make
342343}
343344
You can’t perform that action at this time.
0 commit comments