-
Notifications
You must be signed in to change notification settings - Fork 862
Fix CRD API docs generation script #4152
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
Conversation
Build Failed 😭 Build Id: 347bf5ce-11c4-4afd-b554-143351873557 Status: FAILURE To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
/gcbrun |
Build Failed 😭 Build Id: bfdc7364-1108-43b6-9db4-84b92e068c38 Status: FAILURE To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
/gcbrun |
Build Failed 😭 Build Id: 9b458c60-b6df-4838-9af9-96d921fc66fc Status: FAILURE To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
#4150 Issue is resolved—DeleteValues is now showing up as expected. |
/gcbrun |
Build Succeeded 🥳 Build Id: 172c19eb-da38-4f2f-8754-6f6a359b2192 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
@@ -16,23 +16,11 @@ | |||
|
|||
set -ex | |||
|
|||
#Reinstall Go 1.15 since the version upon it won't work with gen-crd-api-reference-docs | |||
rm -rf /usr/local/go |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh nice, glad that got updated and fixed.
Build Succeeded 🥳 Build Id: 0bc9dd30-ff89-4939-b56e-f8f697a749ec The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
What type of PR is this?
/kind bug
What this PR does / Why we need it:
Which issue(s) this PR fixes:
Fixes an error where gen-crd-api-reference-docs couldn't find API packages due to incorrect paths and setup. Updates the script to use the correct working directory, Go version, and template configuration.
Closes #4150
Special notes for your reviewer: