Skip to content

Commit ba9ba0a

Browse files
me-no-devHamzaHajeir
authored andcommitted
Allow building PlatformIO manifest from IDF commits
1 parent 95b9989 commit ba9ba0a

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
@@ -319,7 +319,7 @@ export IDF_COMMIT=$(git -C "$IDF_PATH" rev-parse --short HEAD)
319319
# Generate PlatformIO library manifest file
320320
if [ "$BUILD_TYPE" = "all" ]; then
321321
pushd $IDF_PATH
322-
ibr=$(git describe --all --exact-match 2>/dev/null)
322+
ibr=$(git describe --all 2>/dev/null)
323323
ic=$(git -C "$IDF_PATH" rev-parse --short HEAD)
324324
popd
325325
python3 ./tools/gen_pio_lib_manifest.py -o "$TOOLS_JSON_OUT/" -s "$ibr" -c "$ic"

0 commit comments

Comments
 (0)