We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 59aed31 + 52bc6d4 commit 787beccCopy full SHA for 787becc
build/teamcity/internal/release/process/build-cockroach-release-per-platform.sh
@@ -118,6 +118,6 @@ fi
118
# Here we verify the FIPS image only. The multi-arch image will be verified in the job it's created.
119
if [[ $platform == "linux-amd64-fips" ]]; then
120
tc_start_block "Verify FIPS docker image"
121
- verify_docker_image "$build_docker_tag" "linux/amd64" "$BUILD_VCS_NUMBER" "$version" true false
+ verify_docker_image "$build_docker_tag" "linux/amd64" "$BUILD_VCS_NUMBER" "$version" true $telemetry_disabled
122
tc_end_block "Verify FIPS docker image"
123
fi
0 commit comments