summaryrefslogtreecommitdiffhomepage
path: root/Rakefile
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2021-04-13 07:16:21 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2021-04-13 07:16:21 +0900
commit9a9c842cb0fb14946008087ca22f66c783ee659f (patch)
tree3be0b134cf7d75e8e5b1acf0054e0d7ee01883c1 /Rakefile
parent475fc6ed26ad09d4612ab9557c9f0d183aeab272 (diff)
downloadmruby-9a9c842cb0fb14946008087ca22f66c783ee659f.tar.gz
mruby-9a9c842cb0fb14946008087ca22f66c783ee659f.zip
Rakefile: remove GitLab configuration; close #5409
This CI could consume too much CPU time on GitLab. Maybe we should add resource concious CI configuration on GitLab.
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 731977aa8..227d1d5d5 100644
--- a/Rakefile
+++ b/Rakefile
@@ -31,7 +31,6 @@ load "#{MRUBY_ROOT}/tasks/bin.rake"
load "#{MRUBY_ROOT}/tasks/presym.rake"
load "#{MRUBY_ROOT}/tasks/test.rake"
load "#{MRUBY_ROOT}/tasks/benchmark.rake"
-load "#{MRUBY_ROOT}/tasks/gitlab.rake"
load "#{MRUBY_ROOT}/tasks/doc.rake"
##############################