X-Git-Url: https://git.arvados.org/arvados-dev.git/blobdiff_plain/9bd113ee357bbbe904d69c232957c74595e2ad98..0bedacbf91e4bdf6791ca5fc2d5b006f9197d034:/jenkins/run-performance-suite.sh diff --git a/jenkins/run-performance-suite.sh b/jenkins/run-performance-suite.sh index e5c8093..24061b6 100755 --- a/jenkins/run-performance-suite.sh +++ b/jenkins/run-performance-suite.sh @@ -86,7 +86,7 @@ RAILS_ENV=performance bundle exec rake test:benchmark ECODE=$? if [[ "$REVISION" != '' ]]; then - git checkout master + git checkout main fi if [[ "$ECODE" != "0" ]]; then