submodule checkout
Some checks failed
studiorailgun/Renderer/pipeline/head There was a failure building this commit

This commit is contained in:
austin 2024-12-03 11:54:29 -05:00
parent ca604cab20
commit ca965f4ca3

1
Jenkinsfile vendored
View File

@ -7,6 +7,7 @@ pipeline {
stage('Setup') {
steps {
sh "chmod +x -R ${env.WORKSPACE}"
sh "git submodule update --init --recursive" // make sure submodules are also checked out
}
}
stage ('Check Environment') {