stolostron / deploy

Deploy Development Builds of Open Cluster Management (OCM) on RedHat Openshift Container Platform
Apache License 2.0
158 stars 153 forks source link

Update relative paths in start.sh script for MCE installs #243

Open rhmdnd opened 2 years ago

rhmdnd commented 2 years ago

This installation script must have been shuffled around from the root of the repository since it contained relative paths to files and directories available from the repository root. Following the directions in the multiclusterengine/ directory results in a failed deploy because the script assumes those relative paths.

This commit updates the script so that it installs cleanly by updating the relative paths.

Closes #242

openshift-ci[bot] commented 2 years ago

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: rhmdnd To complete the pull request process, please assign kyl-bempah after the PR has been reviewed. You can assign the PR to them by writing /assign @kyl-bempah in a comment when ready.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files: - **[OWNERS](https://github.com/stolostron/deploy/blob/master/OWNERS)** Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
openshift-merge-robot commented 2 years ago

@rhmdnd: PR needs rebase.

Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.