Skip to content

Commit

Permalink
Fix quoting in presubmit.yml (#1295)
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorcloudy authored Sep 18, 2024
1 parent a70762a commit be1c24c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
- "//..."
Expand Down

0 comments on commit be1c24c

Please sign in to comment.