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

Commit

Permalink
fixup! Verify releases with a model comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
squaremo committed May 24, 2018
1 parent e867d4c commit b38d988
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions release/releaser.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ func VerifyChanges(before map[string]resource.Resource, updates []*update.Contro

beforeWorkload, ok := beforeRes.(resource.Workload)
if !ok {
// the resource in question isn't a workload, so ignore it.
continue
}
afterWorkload, ok := afterRes.(resource.Workload)
Expand Down

0 comments on commit b38d988

Please sign in to comment.