>Expecting shell scripting to ever work sanely.

This commit is contained in:
Pieter-Jan Briers
2021-02-02 22:28:23 +01:00
parent 46790c5fea
commit b284c82668

2
Jenkinsfile vendored
View File

@@ -7,7 +7,7 @@ pipeline {
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.
// 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') {