ci: Run make update-config
dustin/airplaypi/pipeline/head There was a failure building this commit Details

Dustin 2025-08-18 18:15:54 -05:00
parent 7b69ac4650
commit 19c0e3475a
1 changed files with 1 additions and 1 deletions

2
ci/Jenkinsfile vendored
View File

@ -35,7 +35,7 @@ pipeline {
}
stage('Build') {
steps {
sh 'make config'
sh 'make config && make update-config'
sh 'make all BR2_CCACHE_DIR=${BR2_CCACHE_DIR}'
}
post {