Skip to content

Commit 2542bce

Browse files
committed
Allow building PlatformIO manifest from IDF commits
1 parent 2c67e84 commit 2542bce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ fi
307307
# Generate PlatformIO manifest file
308308
if [ "$BUILD_TYPE" = "all" ]; then
309309
pushd $IDF_PATH
310-
ibr=$(git describe --all --exact-match 2>/dev/null)
310+
ibr=$(git describe --all 2>/dev/null)
311311
ic=$(git -C "$IDF_PATH" rev-parse --short HEAD)
312312
popd
313313
python3 ./tools/gen_platformio_manifest.py -o "$TOOLS_JSON_OUT/" -s "$ibr" -c "$ic"

0 commit comments

Comments
 (0)