[PATCH yocto-autobuilder-helper] scripts/run-docs-build: stop using the "transition" branch


Michael Opdenacker
 

No longer necessary now that the transition from DocBook to Sphinx is over

Signed-off-by: Michael Opdenacker <michael.opdenacker@...>
---
scripts/run-docs-build | 6 ------
1 file changed, 6 deletions(-)

diff --git a/scripts/run-docs-build b/scripts/run-docs-build
index 4451018..724d709 100755
--- a/scripts/run-docs-build
+++ b/scripts/run-docs-build
@@ -58,12 +58,6 @@ make clean
make publish
cp -r ./_build/final/* $outputdir

-cd $ypdocs
-git checkout transition
-make clean
-make publish
-cp -r ./_build/final/* $outputdir/
-
cd $ypdocs
git checkout master-next
make clean
--
2.25.1

Join yocto@lists.yoctoproject.org to automatically receive all group messages.