Skip to content

Commit

Permalink
temporary hack to load the CI tasks explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed Apr 26, 2015
1 parent 18aa7cd commit 8595d54
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Rakefile
Expand Up @@ -5,3 +5,10 @@ Yast::Tasks.configuration do |conf|
conf.skip_license_check << /.*/
conf.install_locations["doc/autodocs"] = conf.install_doc_dir
end

# FIXME: remove this, load the CI tasks directly in yast-rake
begin
require "yast/rake_ci"
rescue LoadError
puts "INFO: Gem yast-rake-ci not installed, extra tasks not loaded"
end

0 comments on commit 8595d54

Please sign in to comment.