remove submodules from jenkinsfile

This commit is contained in:
Ell 2021-08-05 01:43:51 +02:00
parent 5633d069b2
commit 602310fd7e

5
Jenkinsfile vendored
View file

@ -1,11 +1,6 @@
pipeline {
agent any
stages {
stage('Submodules') {
steps {
sh 'git submodule update --init --recursive --force'
}
}
stage('Document') {
when {
branch 'main'