]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commit
scripts/build_utils.sh: set DOCS_ONLY for PRs with only admin/ files, too 2244/head
authorDan Mick <dmick@redhat.com>
Thu, 23 May 2024 23:27:06 +0000 (16:27 -0700)
committerDan Mick <dmick@redhat.com>
Thu, 23 May 2024 23:29:20 +0000 (16:29 -0700)
commit819782e73842bbc20bea8957510f8eb58cfd9753
treee0514512600b98611c2ee6fe335a167084348e46
parenteaf47896ef10f3ae8a12fcc8bf622bf584f1037b
scripts/build_utils.sh: set DOCS_ONLY for PRs with only admin/ files, too

DOCS_ONLY is set if the filenames all start with docs/, but it's
also true that if the filenames start with admin/, it's strictly
docs related (discovered for https://github.com/ceph/ceph/pull/57649)

Signed-off-by: Dan Mick <dmick@redhat.com>
scripts/build_utils.sh