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 8053ae6 commit 6a6215bCopy full SHA for 6a6215b
tools/check-deploy-needed.sh
@@ -1,5 +1,7 @@
1
#/bin/bash
2
3
+exec 3>&1 1>&2
4
+
5
source ./tools/config.sh
6
7
IDF_COMMIT=`github_last_commit "$IDF_REPO" "$IDF_BRANCH"`
0 commit comments