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

fix codegen generation a verification on GH Actions #1487

Merged
merged 1 commit into from
Jan 9, 2021

Conversation

zroubalik
Copy link
Member

Signed-off-by: Zbynek Roubalik zroubali@redhat.com

At some environments (eg. GitHub Actions), due to $GOPATH setting, the codegen output might not be at the expected path in the project repo, therefore we should force the output to the specific directory (see --output-base) we need to handle (move) the generated files to the correct location in the repo then.

Without this change, we weren't able to catch neccessary updates in the generated code (for example as in #1486).

Signed-off-by: Zbynek Roubalik <zroubali@redhat.com>
@zroubalik
Copy link
Member Author

Please note, this will be failing till clientset in the repo is not fixed, eg. this pr merged: #1486

@zroubalik zroubalik merged commit aa0ea79 into kedacore:main Jan 9, 2021
ycabrer pushed a commit to ycabrer/keda that referenced this pull request Mar 1, 2021
Signed-off-by: Zbynek Roubalik <zroubali@redhat.com>
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.

2 participants