Skip to content

Commit

Permalink
ci: fix unit_tests_impl.sh
Browse files Browse the repository at this point in the history
Previous PR forgot to source teamcity-support.sh
which defines tc_release_branch().

Epic: none

Release note: None
  • Loading branch information
srosenberg committed Jan 6, 2023
1 parent 71f9712 commit 8fcfa40
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build/teamcity/cockroach/ci/tests/unit_tests_impl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

set -xeuo pipefail

dir="$(dirname $(dirname $(dirname $(dirname $(dirname "${0}")))))"

source "$dir/teamcity-support.sh" # For $root (defines 'tc_release_branch')

bazel build //pkg/cmd/bazci --config=ci

EXTRA_PARAMS=""
Expand Down

0 comments on commit 8fcfa40

Please sign in to comment.