Skip to content

Commit 4db7ea7

Browse files
committed
Temporary changes to allow Cron CI to run
1 parent 362fbfb commit 4db7ea7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/config.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ if [ -z $IDF_BRANCH ]; then
1010
fi
1111

1212
if [ -z $AR_PR_TARGET_BRANCH ]; then
13-
AR_PR_TARGET_BRANCH="master"
13+
# Temporary to get CI working. original is master
14+
AR_PR_TARGET_BRANCH="esp-idf-v5.1-libs"
1415
fi
1516

1617
if [ -z $IDF_TARGET ]; then

0 commit comments

Comments
 (0)