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 cc1deac commit 1a838f3Copy full SHA for 1a838f3
tools/update-components.sh
@@ -17,6 +17,11 @@ if [ -z $AR_BRANCH ]; then
17
has_ar_branch=`git_branch_exists "$AR_COMPS/arduino" "idf-$IDF_BRANCH"`
18
if [ "$has_ar_branch" == "1" ]; then
19
export AR_BRANCH="idf-$IDF_BRANCH"
20
+ else
21
+ has_ar_branch=`git_branch_exists "$AR_COMPS/arduino" "$AR_PR_TARGET_BRANCH"`
22
+ if [ "$has_ar_branch" == "1" ]; then
23
+ export AR_BRANCH="$AR_PR_TARGET_BRANCH"
24
+ fi
25
fi
26
27
0 commit comments