From be1c24cc9a44b4fd2410ec5356e4e21926dd206a Mon Sep 17 00:00:00 2001 From: Yun Peng Date: Wed, 18 Sep 2024 12:10:19 +0200 Subject: [PATCH] Fix quoting in presubmit.yml (#1295) --- .bazelci/presubmit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml index 590de2ad9..a32c3a738 100644 --- a/.bazelci/presubmit.yml +++ b/.bazelci/presubmit.yml @@ -6,7 +6,7 @@ platforms: ubuntu1804: test_targets: - "//..." - skip_in_bazel_downstream_pipeline: "Newer abseil-cpp introduced doesn't work on this old platform" + skip_in_bazel_downstream_pipeline: "Newer abseil-cpp introduced no longer works on this old platform" ubuntu2004: test_targets: - "//..."