parent
e8fcb6af09
commit
195e4d0f89
@ -384,7 +384,7 @@ class Bottle
|
||||
manifests = json["manifests"]
|
||||
raise ArgumentError, "Missing 'manifests' section." if manifests.blank?
|
||||
|
||||
manifests_annotations = manifests.map { |m| m["annotations"] }
|
||||
manifests_annotations = manifests.map { |m| m["annotations"] }.compact
|
||||
raise ArgumentError, "Missing 'annotations' section." if manifests_annotations.blank?
|
||||
|
||||
bottle_digest = @resource.checksum.hexdigest
|
||||
|
Loading…
x
Reference in New Issue
Block a user