include submodule update in build
All checks were successful
dreamfall/morgan.mcmillian.dev/pipeline/head This commit looks good

This commit is contained in:
Morgan McMillian 2023-02-12 06:47:41 -08:00
parent 877b709ea9
commit 4ff94c92cb

1
Jenkinsfile vendored
View file

@ -4,6 +4,7 @@ pipeline {
stage('Build site') {
steps {
mattermostSend "Site build started - ${env.JOB_NAME} ${env.BUILD_NUMBER} (<${env.BUILD_URL}|Open>)"
sh 'git submodule update --init'
sh 'hugo'
}
post {