fix bad filename to uncompress

This commit is contained in:
Ruben Abad 2024-01-17 12:26:15 +01:00
parent f5a629d718
commit c26ba1c52b
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ pipeline
unstash name: 'carla_docs'
sh '''
tar -xvzf carla.doc.tar.gz
tar -xvzf carla_doc.tar.gz
ls
git add Doxygen
git commit -m "Updated c++ docs" || true