We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 039cbab commit c1c9237Copy full SHA for c1c9237
integrations/cloudbuild/chef.yaml
@@ -18,7 +18,7 @@ steps:
18
args:
19
- >-
20
perl -i -pe 's/^gdbgui==/# gdbgui==/' /opt/espressif/esp-idf/requirements.txt &&
21
- ./examples/chef/chef.py --build_all --build_exclude noip
+ ./examples/chef/chef.py --build_all --build_exclude noip --build_exclude basicvideo
22
id: CompileAll
23
waitFor:
24
- Bootstrap
0 commit comments