Skip to content

Commit

Permalink
Revert "Adapt Rakefile and GitHub Actions for SLE-15-SP3"
Browse files Browse the repository at this point in the history
This reverts commit 8750eaa.
  • Loading branch information
imobachgs committed Apr 7, 2021
1 parent 4c0c95c commit fe1b657
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Expand Up @@ -8,7 +8,7 @@ on: [push, pull_request]
jobs:
Tests:
runs-on: ubuntu-latest
container: registry.opensuse.org/yast/sle-15/sp3/containers/yast-ruby:latest
container: registry.opensuse.org/yast/head/containers/yast-ruby:latest

steps:

Expand All @@ -33,7 +33,7 @@ jobs:

Rubocop:
runs-on: ubuntu-latest
container: registry.opensuse.org/yast/sle-15/sp3/containers/yast-ruby:latest
container: registry.opensuse.org/yast/head/containers/yast-ruby:latest

steps:

Expand All @@ -45,7 +45,7 @@ jobs:

Package:
runs-on: ubuntu-latest
container: registry.opensuse.org/yast/sle-15/sp3/containers/yast-ruby:latest
container: registry.opensuse.org/yast/head/containers/yast-ruby:latest

steps:

Expand All @@ -57,7 +57,7 @@ jobs:

Yardoc:
runs-on: ubuntu-latest
container: registry.opensuse.org/yast/sle-15/sp3/containers/yast-ruby:latest
container: registry.opensuse.org/yast/head/containers/yast-ruby:latest

steps:

Expand All @@ -71,7 +71,7 @@ jobs:
# checks into one job avoids that overhead
Checks:
runs-on: ubuntu-latest
container: registry.opensuse.org/yast/sle-15/sp3/containers/yast-ruby:latest
container: registry.opensuse.org/yast/head/containers/yast-ruby:latest

steps:

Expand Down
2 changes: 0 additions & 2 deletions Rakefile
Expand Up @@ -19,8 +19,6 @@

require "yast/rake"

Yast::Tasks.submit_to :sle15sp3

Yast::Tasks.configuration do |conf|
conf.skip_license_check << /doc\//
conf.skip_license_check << /test\/data/
Expand Down

0 comments on commit fe1b657

Please sign in to comment.