Skip to content

Commit

Permalink
Revert "Adapt files for the SLE-15-SP5 branch"
Browse files Browse the repository at this point in the history
This reverts commit f21e1d4.
  • Loading branch information
lslezak committed Mar 3, 2023
1 parent f21e1d4 commit aaa88cb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -12,9 +12,11 @@ jobs:

strategy:
fail-fast: false
matrix:
distro: [ "tumbleweed", "leap_latest" ]

container:
image: registry.opensuse.org/yast/sle-15/sp5/containers/yast-ruby
image: registry.opensuse.org/yast/head/containers_${{matrix.distro}}/yast-ruby

steps:

Expand All @@ -31,9 +33,11 @@ jobs:

strategy:
fail-fast: false
matrix:
distro: [ "leap_latest" ]

container:
image: registry.opensuse.org/yast/sle-15/sp5/containers/yast-ruby
image: registry.opensuse.org/yast/head/containers_${{matrix.distro}}/yast-ruby

steps:

Expand Down
2 changes: 0 additions & 2 deletions Rakefile
@@ -1,7 +1,5 @@
require "yast/rake"

Yast::Tasks.submit_to :sle15sp5

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

0 comments on commit aaa88cb

Please sign in to comment.