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 846dc29 commit 4e71866Copy full SHA for 4e71866
tools/cron.sh
@@ -6,5 +6,6 @@ if [ ! "$GITHUB_EVENT_NAME" == "schedule" ]; then
6
fi
7
8
git checkout "$IDF_BRANCH" #local branches should match what the matrix wants to build
9
+DEPLOY_OUT=1
10
source ./build.sh
-bash ./tools/push-to-arduino.sh
11
+# bash ./tools/push-to-arduino.sh
0 commit comments