Skip to content

Commit

Permalink
Remove androidstudio builds from build-all integrations in cloudbuild…
Browse files Browse the repository at this point in the history
…. non-studio builds should be sufficient (#22376)
  • Loading branch information
andy31415 authored and pull[bot] committed Nov 2, 2022
1 parent b7417ee commit 424422b
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 @@ -28,7 +28,7 @@ steps:
- >-
./scripts/build/build_examples.py --enable-flashbundle
--target-glob '*' --skip-target-glob
'{imx-*,tizen-*,*-tests*,*-chip-test}' build --create-archives
'{imx-*,tizen-*,*-androidstudio-*,*-tests*,*-chip-test}' build --create-archives
/workspace/artifacts/
id: CompileAll
waitFor:
Expand Down

0 comments on commit 424422b

Please sign in to comment.