From 5310a424ac855a78b95b7a0812c60c51229e7fd1 Mon Sep 17 00:00:00 2001 From: Andrei Litvin Date: Tue, 12 Jul 2022 10:14:02 -0400 Subject: [PATCH] Remove mbed builds from cloudbuild - mbed builds on vscode fail with `FileNotFoundError: [Errno 2] No such file or directory: 'mbed-tools'` (#20616) --- integrations/cloudbuild/build-all.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrations/cloudbuild/build-all.yaml b/integrations/cloudbuild/build-all.yaml index d0b63c6e9d75d8..19babd0be0f083 100644 --- a/integrations/cloudbuild/build-all.yaml +++ b/integrations/cloudbuild/build-all.yaml @@ -19,7 +19,7 @@ steps: - >- ./scripts/build/build_examples.py --enable-flashbundle --target-glob '*' --skip-target-glob - '{tizen-*,*-tests*,*-chip-test}' build --create-archives + '{mbed-*,tizen-*,*-tests*,*-chip-test}' build --create-archives /workspace/artifacts/ id: CompileAll waitFor: