Skip to content

Commit

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

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

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

steps:

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

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

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

steps:

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

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

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

steps:

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

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

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

steps:

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

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

container:
image: registry.opensuse.org/yast/sle-15/sp4/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 :sle15sp4

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

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

0 comments on commit d747ea0

Please sign in to comment.