@@ -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
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> --- scripts/run-docs-build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)