Skip to content

Commit

Permalink
Try installing git as well
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Peters <[email protected]>
  • Loading branch information
scpeters committed Aug 13, 2024
1 parent 7a74507 commit 7261cad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jenkins-scripts/dsl/_configs_/OSRFUNIXBase.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ class OSRFUNIXBase extends OSRFBase
[[ -d ./scripts ]] && rm -fr ./scripts
# try to recover from corrupted git on macOS
git --version || brew remove --force git \$(brew deps git)
git --version \
|| brew remove --force git \$(brew deps git) && brew install git
git clone https://github.com/gazebo-tooling/release-tools scripts -b \$RTOOLS_BRANCH
""".stripIndent())
}
Expand Down

0 comments on commit 7261cad

Please sign in to comment.