From 0e17774659590b082c43e621cf3da81cb4c51431 Mon Sep 17 00:00:00 2001 From: Ricky Stewart Date: Wed, 16 Jun 2021 10:35:32 -0500 Subject: [PATCH] build: set ROACHPROD_USER in weekly roachtest script This was lost in 6651a08752080a3594714b9e8de009bf4155fbb1. Release note: None --- build/teamcity-weekly-roachtest.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build/teamcity-weekly-roachtest.sh b/build/teamcity-weekly-roachtest.sh index d3fa7f1a262c..893728044270 100755 --- a/build/teamcity-weekly-roachtest.sh +++ b/build/teamcity-weekly-roachtest.sh @@ -8,6 +8,7 @@ set -euo pipefail google_credentials="$GOOGLE_EPHEMERAL_CREDENTIALS" source "$(dirname "${0}")/teamcity-support.sh" log_into_gcloud +export ROACHPROD_USER=teamcity set -x