Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
Release 1.0.0-rc6: missing patch (#188)
Browse files Browse the repository at this point in the history
Release 1.0.0-rc6: missing patch
  • Loading branch information
hiddeco authored Jan 8, 2020
2 parents 3b262fd + 617fb57 commit 70fe1e9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/release/annotator.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,10 @@ func releaseManifestToUnstructured(manifest string, logger log.Logger) []unstruc
continue
}

if len(bytes) == 0 {
continue
}

var u unstructured.Unstructured
if err := u.UnmarshalJSON(bytes); err != nil {
logger.Log("err", err)
Expand Down

0 comments on commit 70fe1e9

Please sign in to comment.