Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion openshift/release/generate-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ git apply openshift/patches/fix_scheduler_and_autoscaler_scale_down_delay.patch
rm -f control-plane/config/eventing-kafka-broker/200-controller/100-config-tracing.yaml

image_prefix="registry.ci.openshift.org/openshift/knative-eventing-kafka-broker"
tag=$(yq r openshift/project.yaml project.tag)
tag=$(yq -r .project.tag openshift/project.yaml)
release=${tag/knative-/} # This is used by resolve_resources function so it's not unused as the IDE suggests

echo "Release: $release"
Expand Down