>Expecting shell scripting to ever work sanely.
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -7,7 +7,7 @@ pipeline {
|
|||||||
sh 'git submodule update --init --recursive'
|
sh 'git submodule update --init --recursive'
|
||||||
// Do a git fetch to make sure tags in the engine get pulled in if they've been added later.
|
// Do a git fetch to make sure tags in the engine get pulled in if they've been added later.
|
||||||
// Can happen if somebody forgot to tag the engine then tried to fix it by tagging later.
|
// Can happen if somebody forgot to tag the engine then tried to fix it by tagging later.
|
||||||
sh 'git submodule foreach \\"git fetch\\"'
|
sh 'cd RobustToolbox && git fetch && cd ..'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
|
|||||||
Reference in New Issue
Block a user