Skip to content

Commit 4d2889d

Browse files
committed
ci: remove submodule fetch from combined pipeline
It is not necessary since we don't build or test stuff using that cloned repo. We only trigger other pipelines from it and collect their artefacts.
1 parent f36318d commit 4d2889d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

ci/Jenkinsfile.combined

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,6 @@ pipeline {
4545
sh './scripts/clean-git.sh'
4646
}
4747
}
48-
stage('Fetch submodules') {
49-
steps {
50-
sh 'git submodule update --init --recursive'
51-
}
52-
}
5348
stage('Build') {
5449
parallel {
5550
stage('Linux/x86_64 and E2E') {

0 commit comments

Comments
 (0)