Skip to content

Commit

Permalink
Disable license check (#935)
Browse files Browse the repository at this point in the history
## Problem

- [Submitting to OBS
fails](https://github.com/openSUSE/agama/actions/runs/7224447453/job/19685743934)

## Solution

- Disable the license check (we do that in many YaST modules as well)
  • Loading branch information
lslezak committed Dec 15, 2023
2 parents 92fd607 + f65c192 commit 3868984
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions service/Rakefile
Original file line number Diff line number Diff line change
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 3868984

Please sign in to comment.