We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41ae985 commit c50e2ecCopy full SHA for c50e2ec
build.sh
@@ -314,7 +314,7 @@ if [ "$BUILD_TYPE" = "all" ]; then
314
ibr=$(git describe --all 2>/dev/null)
315
ic=$(git -C "$IDF_PATH" rev-parse --short HEAD)
316
popd
317
- python3 ./tools/gen_pioarduino_manifes.py -o "$TOOLS_JSON_OUT/" -s "$ibr" -c "$ic"
+ python3 tools/gen_pioarduino_manifes.py -o "$TOOLS_JSON_OUT/" -s "$ibr" -c "$ic"
318
# python3 ./tools/gen_platformio_manifest.py -o "$TOOLS_JSON_OUT/" -s "$IDF_BRANCH" -c "$IDF_COMMIT"
319
if [ $? -ne 0 ]; then exit 1; fi
320
fi
0 commit comments