Skip to content

Commit 114346a

Browse files
committed
Merge branch 'master' into feature/rtti
2 parents 886b2c9 + 2542bce commit 114346a

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)