Skip to content

Commit 4e71866

Browse files
committed
Update cron.sh
1 parent 846dc29 commit 4e71866

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: tools/cron.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ if [ ! "$GITHUB_EVENT_NAME" == "schedule" ]; then
66
fi
77

88
git checkout "$IDF_BRANCH" #local branches should match what the matrix wants to build
9+
DEPLOY_OUT=1
910
source ./build.sh
10-
bash ./tools/push-to-arduino.sh
11+
# bash ./tools/push-to-arduino.sh

0 commit comments

Comments
 (0)