mirror of
https://github.com/antos-rde/antos.git
synced 2025-05-02 05:26:44 +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
|
stages
|
||||||
{
|
{
|
||||||
|
stage('Prepare dependencies') {
|
||||||
|
steps {
|
||||||
|
sh'''
|
||||||
|
git submodule update --init
|
||||||
|
'''
|
||||||
|
}
|
||||||
|
}
|
||||||
stage('Build RUST + FRONTEND AMD64') {
|
stage('Build RUST + FRONTEND AMD64') {
|
||||||
agent {
|
agent {
|
||||||
node { label'workstation' }
|
node { label'workstation' }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user