Skip to content

Commit 1460cb8

Browse files
authored
Merge pull request #152863 from rail/blathers/backport-release-25.2-152848
2 parents a91bc96 + 7cbc7bb commit 1460cb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/teamcity/internal/release/process/build-cockroach-release-per-platform.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,6 @@ fi
120120
# Here we verify the FIPS image only. The multi-arch image will be verified in the job it's created.
121121
if [[ $platform == "linux-amd64-fips" ]]; then
122122
tc_start_block "Verify FIPS docker image"
123-
verify_docker_image "$build_docker_tag" "linux/amd64" "$BUILD_VCS_NUMBER" "$version" true false
123+
verify_docker_image "$build_docker_tag" "linux/amd64" "$BUILD_VCS_NUMBER" "$version" true $telemetry_disabled
124124
tc_end_block "Verify FIPS docker image"
125125
fi

0 commit comments

Comments
 (0)