summaryrefslogtreecommitdiff
path: root/.azure-pipelines.yml
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2022-07-11 19:04:09 -0600
committerTom Rini <trini@konsulko.com>2022-08-05 11:47:56 -0400
commit7ae8a5270ab61a33f27a8cddec658078d5cf7fe5 (patch)
tree4ddf5516760b7c00669d854ac9ac1c902e373163 /.azure-pipelines.yml
parentadd76e7c44aff75bd72a2a22beb24579fbe3f723 (diff)
downloadu-boot-7ae8a5270ab61a33f27a8cddec658078d5cf7fe5.tar.gz
gitlab/azure: Use buildman instead of genboardscfg
Use the equivalent buildman functionality to check maintainer info. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-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 bc2b437bd9..36ca3cb462 100644
--- a/.azure-pipelines.yml
+++ b/.azure-pipelines.yml
@@ -140,7 +140,7 @@ stages:
options: $(container_option)
steps:
- script: |
- if [ `./tools/genboardscfg.py -f 2>&1 | wc -l` -ne 0 ]; then exit 1; fi
+ ./tools/buildman/buildman -R
- job: tools_only
displayName: 'Ensure host tools build'