mirror of
https://github.com/clearlinux/graphene.git
synced 2026-09-06 22:01:29 +00:00
[CI] Fix whitespace and style in docs.jenkinsfile
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
pipeline {
|
||||
agent {
|
||||
dockerfile { filename '.ci/ubuntu18.04.dockerfile' }
|
||||
}
|
||||
stages {
|
||||
stage('Build') {
|
||||
steps {
|
||||
sh 'make -C Documentation html SPHINXOPTS="-W"'
|
||||
}
|
||||
}
|
||||
agent {
|
||||
dockerfile { filename '.ci/ubuntu18.04.dockerfile' }
|
||||
}
|
||||
stages {
|
||||
stage('build') {
|
||||
steps {
|
||||
sh 'make -C Documentation html SPHINXOPTS="-W"'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user