mirror of https://github.com/docker/docs.git
Jenkinsfile: init submodules
Signed-off-by: Adrien Duermael <adrien@duermael.com>
This commit is contained in:
parent
7cf627cbf9
commit
dc8d5edf62
|
@ -2,6 +2,7 @@ wrappedNode(label: 'linux && x86_64') {
|
|||
deleteDir()
|
||||
stage "checkout"
|
||||
checkout scm
|
||||
sh "git submodule update --init --recursive"
|
||||
stage "test"
|
||||
|
||||
/* Jekyll creates html files to implement client side redirects.
|
||||
|
|
Loading…
Reference in New Issue