Skip to content

Commit be1c24c

Browse files
authored
Fix quoting in presubmit.yml (#1295)
1 parent a70762a commit be1c24c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.bazelci/presubmit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ platforms:
66
ubuntu1804:
77
test_targets:
88
- "//..."
9-
skip_in_bazel_downstream_pipeline: "Newer abseil-cpp introduced doesn't work on this old platform"
9+
skip_in_bazel_downstream_pipeline: "Newer abseil-cpp introduced no longer works on this old platform"
1010
ubuntu2004:
1111
test_targets:
1212
- "//..."

0 commit comments

Comments
 (0)