Skip to content

Commit

Permalink
Disable license check
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed Dec 15, 2023
1 parent 92fd607 commit f65c192
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions service/Rakefile
Expand Up @@ -2,3 +2,8 @@

# just inherit the usual YaST rake tasks
require "yast/rake"

Yast::Tasks.configuration do |conf|
# lets ignore license check for now
conf.skip_license_check << /.*/
end

0 comments on commit f65c192

Please sign in to comment.