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

checking if make create-install-files makes the repo dirty #268

Merged
merged 1 commit into from
Jun 10, 2022

Conversation

dgkanatsios
Copy link
Collaborator

Fixes #134

This PR adds an extra step into our CI pipeline where it will generate the install files (make create-install-files) and then check if the repo has been dirty. This is for cases where we upgrade dependent libraries (e.g. controller-runtime) and this will change the YAML generated files that our operator is based on. In these cases, we should create a new Thundernetes version.

@dgkanatsios dgkanatsios force-pushed the checkgitdirty branch 2 times, most recently from aac7c46 to cc66bf7 Compare June 10, 2022 18:07
@dgkanatsios dgkanatsios merged commit 968257f into main Jun 10, 2022
@dgkanatsios dgkanatsios deleted the checkgitdirty branch June 10, 2022 19:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Test in build pipeline to ensure InstallFiles are up to date
2 participants