Skip to content

Commit

Permalink
Remove mbed builds from cloudbuild - mbed builds on vscode fail with …
Browse files Browse the repository at this point in the history
…`FileNotFoundError: [Errno 2] No such file or directory: 'mbed-tools'` (project-chip#20616)
  • Loading branch information
andy31415 authored and ajwak committed Jul 13, 2022
1 parent 3a00dcd commit 5310a42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrations/cloudbuild/build-all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5310a42

Please sign in to comment.