File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -178,8 +178,10 @@ done
178
178
179
179
# Add release-info
180
180
rm -rf release-info.txt
181
- IDF_Commit_short=$( git -C " $IDF_PATH " rev-parse --short HEAD || echo " " )
182
- AR_Commit_short=$( git -C " $AR_COMPS /arduino" rev-parse --short HEAD || echo " " )
181
+ IDF_Commit=$( git -C " $IDF_PATH " rev-parse --short HEAD || echo " " )
182
+ IDF_Commit_short=${IDF_Commit:: 7}
183
+ AR_Commit=$( git -C " $AR_COMPS /arduino" rev-parse --short HEAD || echo " " )
184
+ AR_Commit_short=${AR_Commit:: 7}
183
185
echo " Framework built from
184
186
- $IDF_REPO branch [$IDF_BRANCH ](https://github.com/$IDF_REPO /tree/$IDF_BRANCH ) commit [$IDF_Commit_short ](https://github.com/$IDF_REPO /commits/$IDF_BRANCH /#:~:text=$IDF_Commit_short )
185
187
- $AR_REPO branch [$AR_BRANCH ](https://github.com/$AR_REPO /tree/$AR_BRANCH ) commit [$AR_Commit_short ](https://github.com/$AR_REPO /commits/$AR_BRANCH /#:~:text=$AR_Commit_short )
You can’t perform that action at this time.
0 commit comments