mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-22 03:13:30 +01:00
remove submodules from jenkinsfile
This commit is contained in:
parent
5633d069b2
commit
602310fd7e
1 changed files with 0 additions and 5 deletions
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
|
@ -1,11 +1,6 @@
|
|||
pipeline {
|
||||
agent any
|
||||
stages {
|
||||
stage('Submodules') {
|
||||
steps {
|
||||
sh 'git submodule update --init --recursive --force'
|
||||
}
|
||||
}
|
||||
stage('Document') {
|
||||
when {
|
||||
branch 'main'
|
||||
|
|
Loading…
Reference in a new issue