Skip to content

Commit

Permalink
Merge pull request #411 from openshift-cherrypick-robot/cherry-pick-4…
Browse files Browse the repository at this point in the history
…10-to-release-v1.12

[release-v1.12] Align names for mtbroker with upstream
  • Loading branch information
matzew authored Nov 14, 2023
2 parents 31b2733 + 97a6eb3 commit c99d2b8
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions openshift/generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,3 @@ GO111MODULE=off go get -u github.com/openshift-knative/hack/cmd/generate
$(go env GOPATH)/bin/generate \
--root-dir "${repo_root_dir}" \
--generators dockerfile

images_dir="openshift/ci-operator/knative-images"

# This allows having the final images with the expected names
rm -rf "${repo_root_dir}/${images_dir}/mtbroker_filter"
rm -rf "${repo_root_dir}/${images_dir}/mtbroker_ingress"
mv "${repo_root_dir}/${images_dir}/filter" "${repo_root_dir}/${images_dir}/mtbroker_filter"
mv "${repo_root_dir}/${images_dir}/ingress" "${repo_root_dir}/${images_dir}/mtbroker_ingress"

0 comments on commit c99d2b8

Please sign in to comment.