Skip to content

Commit

Permalink
Adapt files for the SLE-15-SP4 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed Apr 6, 2022
1 parent 8c8713f commit a736511
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 15 deletions.
20 changes: 5 additions & 15 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,9 @@ jobs:

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

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

steps:

Expand Down Expand Up @@ -45,11 +43,9 @@ jobs:

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

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

steps:

Expand All @@ -64,11 +60,9 @@ jobs:

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

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

steps:

Expand All @@ -83,11 +77,9 @@ jobs:

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

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

steps:

Expand All @@ -104,11 +96,9 @@ jobs:

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

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

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 :sle15sp4

AUTOINST_DIR = Packaging::Configuration::DESTDIR + "/usr/share/autoinstall/"

Yast::Tasks.configuration do |conf|
Expand Down

0 comments on commit a736511

Please sign in to comment.