From d747ea029e14281b5669f425c3ce60c776389b91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ladislav=20Slez=C3=A1k?= Date: Wed, 6 Apr 2022 15:29:11 +0200 Subject: [PATCH] Revert "Adapt files for the SLE-15-SP4 branch" This reverts commit a736511a11eb23676f8f5e0204aa823c20b4f0f4. --- .github/workflows/ci.yml | 20 +++++++++++++++----- Rakefile | 2 -- 2 files changed, 15 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d51302889..49116a327 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: @@ -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: @@ -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: @@ -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: @@ -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: diff --git a/Rakefile b/Rakefile index 5ea5f716b..70c3899c1 100644 --- a/Rakefile +++ b/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|