Skip to content

Commit

Permalink
Merge pull request #56 from yast/backport_sp6
Browse files Browse the repository at this point in the history
Backport sp6
  • Loading branch information
jreidinger authored Sep 7, 2023
2 parents cea4837 + 93a7875 commit 0f0b372
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
Package:
runs-on: ubuntu-latest
container:
image: registry.opensuse.org/yast/head/containers/yast-cpp:latest
image: registry.opensuse.org/yast/sle-15/sp6/containers/yast-cpp:latest

steps:

Expand Down
2 changes: 2 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
require "yast/rake"

Yast::Tasks.submit_to :sle15sp6

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

0 comments on commit 0f0b372

Please sign in to comment.