Skip to content

Commit

Permalink
Merge pull request #290 from tchughesiv/nestedFixes
Browse files Browse the repository at this point in the history
fix nested bundle for release
  • Loading branch information
openshift-merge-robot authored Oct 24, 2019
2 parents 61f7d92 + 719d417 commit 88cc4f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion image.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
schema_version: 1

name: "rhpam-7/rhpam"
name: "rhpam-7/rhpam-rhel8-operator"
description: "Red Hat Business Automation Operator"
version: "7.5.0"
from: "ubi8:8-released"
Expand Down
2 changes: 1 addition & 1 deletion modules/kie-cloud-operator/install
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ if [[ ! -f ${UI_PATH} ]] ; then
fi

mv build/bin/* /usr/local/bin/
mv deploy/catalog_resources/redhat /manifests
cp -r deploy/catalog_resources/redhat /manifests
/usr/local/bin/user_setup

yum -y autoremove ${INSTALL_PKGS}
Expand Down

0 comments on commit 88cc4f6

Please sign in to comment.