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 13, 2024
1 parent 27a3e80 commit 7090c22
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
# FIXME: no unite tests
# Tests:
# runs-on: ubuntu-latest
# container: registry.opensuse.org/yast/sle-15/sp6/containers/yast-ruby:latest
# container: registry.opensuse.org/yast/sle-15/sp7/containers/yast-ruby:latest

# steps:

Expand All @@ -35,7 +35,7 @@ jobs:
# FIXME: Rubocop is not used here
# Rubocop:
# runs-on: ubuntu-latest
# container: registry.opensuse.org/yast/sle-15/sp6/containers/yast-ruby:latest
# container: registry.opensuse.org/yast/sle-15/sp7/containers/yast-ruby:latest

# steps:

Expand All @@ -52,7 +52,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 @@ -65,7 +65,7 @@ jobs:
# FIXME: no yardops
# Yardoc:
# runs-on: ubuntu-latest
# container: registry.opensuse.org/yast/sle-15/sp6/containers/yast-ruby:latest
# container: registry.opensuse.org/yast/sle-15/sp7/containers/yast-ruby:latest

# steps:

Expand All @@ -84,7 +84,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

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

0 comments on commit 7090c22

Please sign in to comment.