aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Aiuto <aiuto@google.com>2022-10-19 13:33:03 -0400
committerTony Aiuto <aiuto@google.com>2022-10-19 13:33:03 -0400
commitbb634db2eaec3002cbd67b6f24d95817966a09cf (patch)
treee28c258d35365c9bd3af73046fed3fccff8771a2
parent37cb9509835740e739910be0d2bfa7b7bff6f418 (diff)
downloadbazelbuild-platforms-bb634db2eaec3002cbd67b6f24d95817966a09cf.tar.gz
colon
-rw-r--r--.bazelci/presubmit.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml
index 0073bed..f8b5d01 100644
--- a/.bazelci/presubmit.yml
+++ b/.bazelci/presubmit.yml
@@ -11,13 +11,13 @@ rolling: &rolling
tasks:
ubuntu_lts:
name: ubuntu_lts
- platform: ubuntu2004:
+ platform: ubuntu2004
<<: *lts
build_targets:
- "//..."
ubuntu_rolling:
name: ubuntu_rolling
- platform: ubuntu2004:
+ platform: ubuntu2004
<<: *rolling
build_targets:
- "//..."
@@ -37,7 +37,7 @@ tasks:
name: check_bzlmod
# No need to check bzlmod on every platform. This repository only holds
# constants and has no per-platform behavior.
- platform: ubuntu2004:
+ platform: ubuntu2004
<<: *rolling
build_targets:
- "//..."