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 2c67e84 commit 2542bceCopy full SHA for 2542bce
build.sh
@@ -307,7 +307,7 @@ fi
307
# Generate PlatformIO manifest file
308
if [ "$BUILD_TYPE" = "all" ]; then
309
pushd $IDF_PATH
310
- ibr=$(git describe --all --exact-match 2>/dev/null)
+ ibr=$(git describe --all 2>/dev/null)
311
ic=$(git -C "$IDF_PATH" rev-parse --short HEAD)
312
popd
313
python3 ./tools/gen_platformio_manifest.py -o "$TOOLS_JSON_OUT/" -s "$ibr" -c "$ic"
0 commit comments