Skip to content

Commit 20713c7

Browse files
authored
Remove androidstudio builds from build-all integrations in cloudbuild. non-studio builds should be sufficient (#22376)
1 parent 3522317 commit 20713c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integrations/cloudbuild/build-all.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ steps:
2828
- >-
2929
./scripts/build/build_examples.py --enable-flashbundle
3030
--target-glob '*' --skip-target-glob
31-
'{imx-*,tizen-*,*-tests*,*-chip-test}' build --create-archives
31+
'{imx-*,tizen-*,*-androidstudio-*,*-tests*,*-chip-test}' build --create-archives
3232
/workspace/artifacts/
3333
id: CompileAll
3434
waitFor:

0 commit comments

Comments
 (0)