diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2019-12-20 22:36:44 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2019-12-21 22:11:08 +0900 |
| commit | de17f63b4567cad3b02f1f1f9386eaf8dd704bbe (patch) | |
| tree | 222d4fa4c2bcdc982c0afa32855df56e43e7798e /tasks | |
| parent | fee3c1c2422f74839419edf296651a3570cded61 (diff) | |
| download | mruby-de17f63b4567cad3b02f1f1f9386eaf8dd704bbe.tar.gz mruby-de17f63b4567cad3b02f1f1f9386eaf8dd704bbe.zip | |
Abandon `minirake`. Use `rake` for compilation; fix #4884
Diffstat (limited to 'tasks')
| -rw-r--r-- | tasks/gitlab.rake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/gitlab.rake b/tasks/gitlab.rake index 471172377..97adb5835 100644 --- a/tasks/gitlab.rake +++ b/tasks/gitlab.rake @@ -110,7 +110,7 @@ task :gitlab_config do 'stage' => 'test', 'image' => ci_docker_tag(compiler), 'variables' => hash, - 'script' => 'env; ./minirake --verbose all test' + 'script' => 'env; rake --verbose all test' } end end |
