aboutsummaryrefslogtreecommitdiff
path: root/.azure-pipelines.yml
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2023-10-23 11:37:47 -0400
committerTom Rini <trini@konsulko.com>2023-10-23 11:41:01 -0400
commitd6b3297dde4a14f60a9cec55cd1c01bccc1bf1a6 (patch)
tree114ae9c6af761eab58a7bd0f21f055a23fbcfaa1 /.azure-pipelines.yml
parenteea6227d1f7c0fcb694959f09026f1ab63c575ca (diff)
downloadu-boot-d6b3297dde4a14f60a9cec55cd1c01bccc1bf1a6.zip
u-boot-d6b3297dde4a14f60a9cec55cd1c01bccc1bf1a6.tar.gz
u-boot-d6b3297dde4a14f60a9cec55cd1c01bccc1bf1a6.tar.bz2
CI: Re-enable maintainer check
At this point we have all of the defconfigs maintained again, so re-enable the check to prevent further regressions. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to '.azure-pipelines.yml')
-rw-r--r--.azure-pipelines.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml
index 6f91553..eb9353f 100644
--- a/.azure-pipelines.yml
+++ b/.azure-pipelines.yml
@@ -91,7 +91,7 @@ stages:
options: $(container_option)
steps:
- script: |
- ./tools/buildman/buildman --maintainer-check || exit 0
+ ./tools/buildman/buildman --maintainer-check
- job: tools_only
displayName: 'Ensure host tools and env tools build'