We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de3cda4 commit 34870d8Copy full SHA for 34870d8
tools/archive-build.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
3
IDF_COMMIT=$(git -C "$IDF_PATH" rev-parse --short HEAD || echo "")
4
-IDF_Commit_short=${IDF_Commit::7}
+IDF_Commit_short=${IDF_COMMIT::7}
5
IDF_BRANCH=$(git -C "$IDF_PATH" symbolic-ref --short HEAD || git -C "$IDF_PATH" tag --points-at HEAD || echo "")
6
7
idf_version_string=${IDF_BRANCH//\//_}"-$IDF_Commit_short"
0 commit comments