diff mbox series

[yocto-autobuilder-helper,2/2] scripts/run-docs-build: remove transition from built branches

Message ID 20260212-fix-switchers-js-ydocs-v1-2-ab1113759747@bootlin.com
State New
Headers show
Series scripts/run-docs-build: Adapt to new yocto-docs switchers.js | expand

Commit Message

Antonin Godard Feb. 12, 2026, 8:39 a.m. UTC
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
---
 scripts/run-docs-build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/scripts/run-docs-build b/scripts/run-docs-build
index afc05d1..07e7ccf 100755
--- a/scripts/run-docs-build
+++ b/scripts/run-docs-build
@@ -167,7 +167,7 @@  latest_tag=$(./set_versions.py getlatest)
 git reset --hard
 git clean -ffdx
 
-for branch in "$ypdocsbranch" dunfell $(git branch --remote --contains "$first_sphinx_commit" --format '%(refname:lstrip=3)') $(git tag --contains "$first_sphinx_commit" --contains "$first_dunfell_sphinx_commit" 'yocto-*') transition; do
+for branch in "$ypdocsbranch" dunfell $(git branch --remote --contains "$first_sphinx_commit" --format '%(refname:lstrip=3)') $(git tag --contains "$first_sphinx_commit" --contains "$first_dunfell_sphinx_commit" 'yocto-*'); do
     if [ "$branch" = "HEAD" ]; then
         continue
     fi