Skip to content

Commit ee78dbb

Browse files
committed
rm outdated code
1 parent b17252f commit ee78dbb

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

build.sh

-4
Original file line numberDiff line numberDiff line change
@@ -244,10 +244,6 @@ fi
244244

245245
# Generate PlatformIO manifest file
246246
if [ "$BUILD_TYPE" = "all" ]; then
247-
pushd $IDF_PATH
248-
ibr=$(git describe --all --exact-match 2>/dev/null)
249-
ic=$(git -C "$IDF_PATH" rev-parse --short HEAD)
250-
popd
251247
python3 ./tools/gen_platformio_manifest.py -o "$TOOLS_JSON_OUT/" -s "$IDF_BRANCH" -c "$IDF_COMMIT"
252248
if [ $? -ne 0 ]; then exit 1; fi
253249
fi

0 commit comments

Comments
 (0)