diff --git a/Rakefile b/Rakefile index ea87fb336..017fab995 100644 --- a/Rakefile +++ b/Rakefile @@ -5,10 +5,3 @@ 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