Skip to content

Commit

Permalink
Adapt Rakefile and Dockerfile for SLE-15-SP2
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed Apr 21, 2020
1 parent ebf46e1 commit 4f3585f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,3 +1,3 @@
FROM registry.opensuse.org/yast/head/containers/yast-ruby:latest
FROM registry.opensuse.org/yast/sle-15/sp2/containers/yast-ruby
COPY . /usr/src/app

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

require "yast/rake"

Yast::Tasks.submit_to :sle15sp2

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

0 comments on commit 4f3585f

Please sign in to comment.