We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b3ce1a commit b4cfbb4Copy full SHA for b4cfbb4
build/release/teamcity-publish-openshift.sh
@@ -45,7 +45,7 @@ run_preflight() {
45
bazel build //hack/bin:preflight
46
PFLT_PYXIS_API_TOKEN="${REDHAT_API_TOKEN}" bazel-bin/hack/bin/preflight \
47
check container "${RH_OPERATOR_IMG}" \
48
- --certification-project-id="${RH_PROJECT_ID}" \
+ --certification-component-id="${RH_PROJECT_ID}" \
49
--docker-config=/home/agent/.docker/config.json \
50
--submit
51
}
0 commit comments