Commit 1c2df460 authored by garciadeblas's avatar garciadeblas
Browse files

Fix automatic creation of latest and develop git tags during doc build


Signed-off-by: garciadeblas's avatargarciadeblas <gerardo.garciadeblas@telefonica.com>
parent 6b7a3bff
Pipeline #11825 passed with stages
in 1 minute and 46 seconds
......@@ -52,8 +52,8 @@ deps = {[testenv]deps}
commands =
- git tag -d latest
- git tag -d develop
git tag latest v14
git tag develop master
git tag latest origin/v14
git tag develop origin/master
rm -rf _build/html
sh -c 'sphinx-multiversion . _build/html'
sh -c './fix_cross_references.sh'
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment