Skip to content

Commit

Permalink
Merge #89541
Browse files Browse the repository at this point in the history
89541: build: fix acceptance artifacts path r=rickystewart a=healthy-pod

This code change fixes the incorrect artifacts path
for acceptance introduced in #88966.

Release note: None
Epic: none

Co-authored-by: healthy-pod <ahmad@cockroachlabs.com>
  • Loading branch information
craig[bot] and healthy-pod committed Oct 7, 2022
2 parents 8486c21 + a00acb3 commit 53c989e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/teamcity/cockroach/ci/tests/acceptance.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ else
fi

tc_start_block "Build cockroach"
build_script='bazel build --config $1 --config ci //pkg/cmd/cockroach-short && cp $(bazel info bazel-bin --config $1 --config ci)/pkg/cmd/cockroach-short/cockroach-short_/cockroach-short artifacts/cockroach && chmod a+w artifacts/cockroach'
build_script='bazel build --config $1 --config ci //pkg/cmd/cockroach-short && cp $(bazel info bazel-bin --config $1 --config ci)/pkg/cmd/cockroach-short/cockroach-short_/cockroach-short /artifacts/cockroach && chmod a+w /artifacts/cockroach'
run_bazel /usr/bin/bash -c "$build_script" -- "$CROSSLINUX_CONFIG"
tc_end_block "Build cockroach"

Expand Down

0 comments on commit 53c989e

Please sign in to comment.