Salt installer change: standardize on putting the certs directory under
[arvados-dev.git] / jenkins / run-performance-suite.sh
index 07d002aab7799dc67f6499c0e726354e5fd538c3..24061b6964ec9c70b5e9c10e9c529eccd0e7fde2 100755 (executable)
@@ -1,5 +1,9 @@
 #!/bin/bash
 
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 EXITCODE=0
 
 INSTANCE=$1
@@ -82,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