Skip to content

Commit dc8d5ed

Browse files
committed
Jenkinsfile: init submodules
Signed-off-by: Adrien Duermael <[email protected]>
1 parent 7cf627c commit dc8d5ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Jenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ wrappedNode(label: 'linux && x86_64') {
22
deleteDir()
33
stage "checkout"
44
checkout scm
5+
sh "git submodule update --init --recursive"
56
stage "test"
67

78
/* Jekyll creates html files to implement client side redirects.

0 commit comments

Comments
 (0)