submodule checkout
Some checks failed
studiorailgun/Renderer/pipeline/head There was a failure building this commit
Some checks failed
studiorailgun/Renderer/pipeline/head There was a failure building this commit
This commit is contained in:
parent
ca604cab20
commit
ca965f4ca3
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -7,6 +7,7 @@ pipeline {
|
|||||||
stage('Setup') {
|
stage('Setup') {
|
||||||
steps {
|
steps {
|
||||||
sh "chmod +x -R ${env.WORKSPACE}"
|
sh "chmod +x -R ${env.WORKSPACE}"
|
||||||
|
sh "git submodule update --init --recursive" // make sure submodules are also checked out
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage ('Check Environment') {
|
stage ('Check Environment') {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user