Skip to content

Commit

Permalink
Adapt files for the SLE-15-SP7 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed Sep 6, 2024
1 parent fce6d05 commit 20b3bf6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: false

container:
image: registry.opensuse.org/yast/sle-15/sp6/containers/yast-ruby
image: registry.opensuse.org/yast/sle-15/sp7/containers/yast-ruby

steps:

Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
fail-fast: false

container:
image: registry.opensuse.org/yast/sle-15/sp6/containers/yast-ruby
image: registry.opensuse.org/yast/sle-15/sp7/containers/yast-ruby

steps:

Expand All @@ -64,7 +64,7 @@ jobs:
fail-fast: false

container:
image: registry.opensuse.org/yast/sle-15/sp6/containers/yast-ruby
image: registry.opensuse.org/yast/sle-15/sp7/containers/yast-ruby

steps:

Expand All @@ -90,7 +90,7 @@ jobs:
fail-fast: false

container:
image: registry.opensuse.org/yast/sle-15/sp6/containers/yast-ruby
image: registry.opensuse.org/yast/sle-15/sp7/containers/yast-ruby

steps:

Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require "yast/rake"

Yast::Tasks.submit_to :sle15sp6
Yast::Tasks.submit_to :sle15sp7

# do nothing in osc:build as it can be builds exclusivelly on s390
Rake::Task["osc:build"].clear_actions if `uname --machine` !~ /s390/
Expand Down

0 comments on commit 20b3bf6

Please sign in to comment.