Skip to content

Commit

Permalink
Restyle
Browse files Browse the repository at this point in the history
  • Loading branch information
andy31415 committed Aug 18, 2022
1 parent 8c5fb28 commit e263214
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions integrations/cloudbuild/build-all.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
steps:
- name: gcr.io/cloud-builders/git
args:
- submodule
- update
- '--init'
- '--recursive'
- submodule
- update
- "--init"
- "--recursive"
id: Submodules
- name: "connectedhomeip/chip-build-vscode:0.5.91"
env:
Expand Down
8 changes: 4 additions & 4 deletions integrations/cloudbuild/smoke-test.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
steps:
- name: gcr.io/cloud-builders/git
args:
- submodule
- update
- '--init'
- '--recursive'
- submodule
- update
- "--init"
- "--recursive"
id: Submodules
- name: "connectedhomeip/chip-build-vscode:0.5.91"
env:
Expand Down

0 comments on commit e263214

Please sign in to comment.