We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95b9989 commit ba9ba0aCopy full SHA for ba9ba0a
build.sh
@@ -319,7 +319,7 @@ export IDF_COMMIT=$(git -C "$IDF_PATH" rev-parse --short HEAD)
319
# Generate PlatformIO library manifest file
320
if [ "$BUILD_TYPE" = "all" ]; then
321
pushd $IDF_PATH
322
- ibr=$(git describe --all --exact-match 2>/dev/null)
+ ibr=$(git describe --all 2>/dev/null)
323
ic=$(git -C "$IDF_PATH" rev-parse --short HEAD)
324
popd
325
python3 ./tools/gen_pio_lib_manifest.py -o "$TOOLS_JSON_OUT/" -s "$ibr" -c "$ic"
0 commit comments