Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move complicated makefile logic into separate scripts #804

Merged
merged 2 commits into from
Jun 2, 2022

Conversation

aorcholski
Copy link
Contributor

Installation of kustomize/controller-gen commands and the 'bundle' target moved to shell scripts.

The command.sh script installs a command if the corresponding package is provided. It also returns the full command path if the command is found.

The contents of the 'bundle' target has been moved to bundle.sh script.

How can this be tested?

Manual test performed - outcome of 'make bundle' command has not changed.

Checklist

- [ ] Unit tests have been updated/added

  • PR is labeled accordingly

@aorcholski aorcholski added the ci Updates to the pipeline label May 31, 2022
@aorcholski aorcholski force-pushed the feature/makefile-logic-in-separate-scripts branch from 4b08cb3 to ec7052e Compare May 31, 2022 11:36
@aorcholski aorcholski marked this pull request as ready for review May 31, 2022 12:26
@aorcholski aorcholski requested a review from a team as a code owner May 31, 2022 12:26
hack/build/bundle.sh Outdated Show resolved Hide resolved
@aorcholski aorcholski force-pushed the feature/makefile-logic-in-separate-scripts branch from 82f0f21 to 681d982 Compare June 2, 2022 07:51
@aorcholski aorcholski merged commit bd7edc4 into master Jun 2, 2022
@aorcholski aorcholski deleted the feature/makefile-logic-in-separate-scripts branch June 2, 2022 08:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci Updates to the pipeline
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants