From 4253c69f853a62b51dd0c04b5db5b94f3c4fb84e Mon Sep 17 00:00:00 2001 From: John Laxson Date: Thu, 18 Feb 2021 09:50:36 -0700 Subject: [PATCH] use green instead of downstream green --- .bazelci/presubmit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml index b0a4931..c0dcbbd 100644 --- a/.bazelci/presubmit.yml +++ b/.bazelci/presubmit.yml @@ -48,7 +48,7 @@ tasks: <<: *common examples: platform: ubuntu1804 - bazel: last_downstream_green + bazel: last_green build_targets: - "//examples/test_cc_shared_library/..." - "//examples/test_cc_shared_library/diamond_inheritance/..."