-
Notifications
You must be signed in to change notification settings - Fork 31
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
Validate release charts #149
Validate release charts #149
Conversation
…ase.yaml pr for releasing charts
@rancher/release-team |
Ok, I started working on the code the linter pointed, and unit tests started breaking. |
25becd5
to
8374739
Compare
|
||
func validateRelease(c *cli.Context) { | ||
if c.Bool("skip") { | ||
fmt.Println("skipping execution...") |
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.
skipping here doesn't invalidate the whole point of running this command?
Bypassing linter until refactoring of legacy code |
Issue: rancher/ecm-distro-tools#469
This solution is only for
Checkpoint: 0
, defined in the abovementioned issue.Checkpoint 0: Validate release.yaml
Validation steps: