Skip to content

Commit

Permalink
Restyle fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
andy31415 committed Dec 10, 2021
1 parent 62173e7 commit 38b613c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
5 changes: 2 additions & 3 deletions integrations/cloudbuild/build-all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@ steps:
args:
- >-
./scripts/build/build_examples.py --enable-flashbundle
--target-glob '*'
--skip-target-glob '*-tests'
build --create-archives /workspace/artifacts/
--target-glob '*' --skip-target-glob '*-tests' build
--create-archives /workspace/artifacts/
id: CompileAll
waitFor:
- Bootstrap
Expand Down
4 changes: 1 addition & 3 deletions integrations/cloudbuild/smoke-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,7 @@ steps:
args:
- >-
./scripts/build/build_examples.py --enable-flashbundle
--target-glob 'linux-*'
--skip-target-glob '*-tests'
build
--target-glob 'linux-*' --skip-target-glob '*-tests' build
--create-archives /workspace/artifacts/
waitFor:
- Bootstrap
Expand Down

0 comments on commit 38b613c

Please sign in to comment.