diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-04-13 07:16:21 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-04-13 07:16:21 +0900 |
| commit | 9a9c842cb0fb14946008087ca22f66c783ee659f (patch) | |
| tree | 3be0b134cf7d75e8e5b1acf0054e0d7ee01883c1 /Rakefile | |
| parent | 475fc6ed26ad09d4612ab9557c9f0d183aeab272 (diff) | |
| download | mruby-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-- | Rakefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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" ############################## |
