Skip to content

Commit

Permalink
Merge pull request projectcalico#6572 from mgleung/fix-release-proc
Browse files Browse the repository at this point in the history
Ensure that the release process builds the helm chart
  • Loading branch information
mgleung authored Aug 18, 2022
2 parents 39dea80 + 70b92f6 commit 39da8a6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hack/release/pkg/builder/builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@ func (r *ReleaseBuilder) BuildRelease() error {
return err
}

// Build the helm charts
r.runner.Run("make", []string{"chart"}, []string{})

// TODO: Assert the produced images are OK. e.g., have correct
// commit and version information compiled in.

Expand Down

0 comments on commit 39da8a6

Please sign in to comment.