mirror of
https://github.com/antos-rde/antos.git
synced 2025-04-29 20:26:45 +02:00
fix(CI): fetch all submodule before compiling
Some checks failed
gitea-sync/antos/pipeline/head There was a failure building this commit
Some checks failed
gitea-sync/antos/pipeline/head There was a failure building this commit
This commit is contained in:
parent
7a8fb51fd7
commit
9d88e9f1fa
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
@ -97,6 +97,13 @@ pipeline {
|
||||
}
|
||||
stages
|
||||
{
|
||||
stage('Prepare dependencies') {
|
||||
steps {
|
||||
sh'''
|
||||
git submodule update --init
|
||||
'''
|
||||
}
|
||||
}
|
||||
stage('Build RUST + FRONTEND AMD64') {
|
||||
agent {
|
||||
node { label'workstation' }
|
||||
|
Loading…
x
Reference in New Issue
Block a user