Skip to content

Commit e883406

Browse files
craig[bot]herkolategan
andcommitted
Merge #148499
148499: roachprod-microbench: export github variables r=golgeek a=herkolategan Previously, the github variables were set in the build script, but it was not exported so the binary could not pick it up. Epic: None Release note: None Co-authored-by: Herko Lategan <[email protected]>
2 parents aed749a + 42fda4e commit e883406

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build/teamcity/cockroach/nightlies/microbenchmark_weekly.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,9 @@ done
141141

142142
# Post issues to github for triggered builds (triggered builds are always on master)
143143
if [ -n "${TRIGGERED_BUILD:-}" ]; then
144-
GITHUB_BRANCH="master"
145-
GITHUB_SHA="${build_sha_arr[0]}"
146-
GITHUB_BINARY="experiment"
144+
export GITHUB_BRANCH="master"
145+
export GITHUB_SHA="${build_sha_arr[0]}"
146+
export GITHUB_BINARY="experiment"
147147
fi
148148

149149
# Execute microbenchmarks

0 commit comments

Comments
 (0)