From d4d9a999a729d2e9bec39b4b42a513fb5fc889c0 Mon Sep 17 00:00:00 2001 From: Sting Chang <33673360+stingchang@users.noreply.github.com> Date: Mon, 10 Jun 2024 21:14:25 +0800 Subject: [PATCH] add noip back to fix cloud build (#33820) --- integrations/cloudbuild/chef.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrations/cloudbuild/chef.yaml b/integrations/cloudbuild/chef.yaml index 95cba5a3730e38..2795c6b5095cd5 100644 --- a/integrations/cloudbuild/chef.yaml +++ b/integrations/cloudbuild/chef.yaml @@ -29,7 +29,7 @@ steps: args: - >- perl -i -pe 's/^gdbgui==/# gdbgui==/' /opt/espressif/esp-idf/requirements.txt && - ./examples/chef/chef.py --build_all + ./examples/chef/chef.py --build_all --build_exclude noip id: CompileAll waitFor: - Bootstrap