forked from TrueCloudLab/distribution
Remove Jenkinsfile used for docs CI
Signed-off-by: Joao Fernandes <joao.fernandes@docker.com>
This commit is contained in:
parent
4fb6b181cd
commit
a80821295e
1 changed files with 0 additions and 8 deletions
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
|
@ -1,8 +0,0 @@
|
|||
// Only run on Linux atm
|
||||
wrappedNode(label: 'docker') {
|
||||
deleteDir()
|
||||
stage "checkout"
|
||||
checkout scm
|
||||
|
||||
documentationChecker("docs")
|
||||
}
|
Loading…
Reference in a new issue