We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be96863 commit e111001Copy full SHA for e111001
.github/scripts/on-push-idf.sh
@@ -14,7 +14,7 @@ for example in $idf_component_examples; do
14
idf.py -C "$example" set-target "$IDF_TARGET"
15
16
has_requirements=$(${CHECK_REQUIREMENTS} "$example" "$example/sdkconfig")
17
- if [ "$has_requirements" -eq 1 ]; then
+ if [ "$has_requirements" -eq 0 ]; then
18
printf "\n\033[93m%s does not meet the requirements for %s. Skipping...\033[0m\n\n" "$example" "$IDF_TARGET"
19
continue
20
fi
0 commit comments