should be in docker now
fsfw/fsfw/pipeline/pr-development This commit looks good Details

This commit is contained in:
Robin Müller 2023-10-25 11:11:38 +02:00
parent cc97c7f82d
commit c9281a3760
Signed by: muellerr
GPG Key ID: A649FB78196E3849
1 changed files with 0 additions and 2 deletions

View File

@ -93,7 +93,6 @@ pipeline {
}
}
steps {
sh 'pip install -r docs/requirements.txt'
dir(DOCDDIR) {
sh 'cmake -DFSFW_BUILD_DOCS=ON -DFSFW_OSAL=host ..'
sh 'make Sphinx'
@ -116,7 +115,6 @@ pipeline {
}
}
steps {
sh 'pip install -r docs/requirements.txt'
dir(DOCDDIR) {
sh 'cmake -DFSFW_BUILD_DOCS=ON -DFSFW_OSAL=host ..'
sh 'make Sphinx'