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 a91bc96 + 7cbc7bb commit 1460cb8Copy full SHA for 1460cb8
build/teamcity/internal/release/process/build-cockroach-release-per-platform.sh
@@ -120,6 +120,6 @@ fi
120
# Here we verify the FIPS image only. The multi-arch image will be verified in the job it's created.
121
if [[ $platform == "linux-amd64-fips" ]]; then
122
tc_start_block "Verify FIPS docker image"
123
- 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
124
tc_end_block "Verify FIPS docker image"
125
fi
0 commit comments