Skip to content

Commit c2d7cb0

Browse files
committed
fix yaml syntax
1 parent ff6ea32 commit c2d7cb0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.bazelci/presubmit.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,15 +134,15 @@ tasks:
134134
- "//..."
135135

136136
gazelle_bcr_ubuntu:
137-
<< *gazelle_common_bcr
137+
<<: *gazelle_common_bcr
138138
name: "Gazelle: BCR, Bazel {bazel}"
139139
platform: ubuntu2204
140140
gazelle_bcr_debian11:
141-
<< *gazelle_common_bcr
141+
<<: *gazelle_common_bcr
142142
name: "Gazelle: BCR, Bazel {bazel}"
143143
platform: debian11
144144
gazelle_bcr_macos_arm64:
145-
<< *gazelle_common_bcr
145+
<<: *gazelle_common_bcr
146146
name: "Gazelle: BCR, Bazel {bazel}"
147147
platform: macos_arm64
148148

0 commit comments

Comments
 (0)