Skip to content

Commit b131ab9

Browse files
committed
only run detailed patch control if patches are available, otherwise skip it
Signed-off-by: Christoph Hartmann <chris@lollyrock.com>
1 parent e4d113e commit b131ab9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

controls/patches.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@
2323
its('version') { should eq update['version'] }
2424
end
2525
}
26+
only_if { linux_update.updates.length > 0 }
2627
end

0 commit comments

Comments
 (0)