Skip to content

Commit

Permalink
Merge pull request #292 from tchughesiv/nestedFixes
Browse files Browse the repository at this point in the history
switch to rsync for manifests
  • Loading branch information
openshift-merge-robot committed Oct 24, 2019
2 parents 88cc4f6 + 3c83705 commit ce136dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/kie-cloud-operator/install
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

INSTALL_PKGS="go-toolset-1.11.*"
INSTALL_PKGS="rsync go-toolset-1.11.*"
OPERATOR_PATH=/usr/local/bin/kie-cloud-operator
UI_PATH=/usr/local/bin/console-cr-form

Expand Down Expand Up @@ -32,7 +32,7 @@ if [[ ! -f ${UI_PATH} ]] ; then
fi

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

yum -y autoremove ${INSTALL_PKGS}
Expand Down

0 comments on commit ce136dc

Please sign in to comment.