mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-22 11:23:29 +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 {
|
pipeline {
|
||||||
agent any
|
agent any
|
||||||
stages {
|
stages {
|
||||||
stage('Submodules') {
|
|
||||||
steps {
|
|
||||||
sh 'git submodule update --init --recursive --force'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
stage('Document') {
|
stage('Document') {
|
||||||
when {
|
when {
|
||||||
branch 'main'
|
branch 'main'
|
||||||
|
|
Loading…
Reference in a new issue