Skip to content

Commit

Permalink
Add all chef exclude into re pattern (#31556)
Browse files Browse the repository at this point in the history
  • Loading branch information
erwinpan1 authored and pull[bot] committed Sep 30, 2024
1 parent 75ece37 commit 1056077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrations/cloudbuild/chef.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ steps:
args:
- >-
perl -i -pe 's/^gdbgui==/# gdbgui==/' /opt/espressif/esp-idf/requirements.txt &&
./examples/chef/chef.py --build_all --build_exclude noip --build_exclude basicvideo --build_exclude roboticvacuumcleaner
./examples/chef/chef.py --build_all --build_exclude noip\|basicvideo\|roboticvacuumcleaner
id: CompileAll
waitFor:
- Bootstrap
Expand Down

0 comments on commit 1056077

Please sign in to comment.