Skip to content

Commit e37904e

Browse files
committed
release: fix redhat preflight component ID
Previously, the publish script was using PFLT_CERTIFICATION_PROJECT_ID to set the Red Hat preflight component ID, but it should be using PFLT_CERTIFICATION_COMPONENT_ID instead. This change corrects that environment variable to ensure proper functionality when publishing Red Hat releases. See redhat-openshift-ecosystem/openshift-preflight#1318 for the details. Epic: none Release note: none
1 parent a0b2049 commit e37904e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/teamcity/internal/cockroach/release/publish/publish-redhat-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ docker run \
8080
--env PFLT_LOGLEVEL=error \
8181
--env PFLT_ARTIFACTS=/artifacts \
8282
--env PFLT_LOGFILE=/artifacts/preflight.log \
83-
--env PFLT_CERTIFICATION_PROJECT_ID="$rhel_project_id" \
83+
--env PFLT_CERTIFICATION_COMPONENT_ID="$rhel_project_id" \
8484
--env PFLT_PYXIS_API_TOKEN="$REDHAT_API_TOKEN" \
8585
--env PFLT_DOCKERCONFIG=/temp-authfile.json \
8686
--env DOCKER_CONFIG=/tmp/docker \

0 commit comments

Comments
 (0)