Skip to content

Commit

Permalink
>Expecting shell scripting to ever work sanely.
Browse files Browse the repository at this point in the history
  • Loading branch information
PJB3005 committed Feb 2, 2021
1 parent 46790c5 commit b284c82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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') {
Expand Down

0 comments on commit b284c82

Please sign in to comment.