[前][次][番号順一覧][スレッド一覧]

ruby-changes:56925

From: Hiroshi <ko1@a...>
Date: Sun, 11 Aug 2019 12:18:03 +0900 (JST)
Subject: [ruby-changes:56925] Hiroshi SHIBATA: 053bee64cb (master): Cleanup the duplicated tasks on Azure Pipelines.

https://git.ruby-lang.org/ruby.git/commit/?id=053bee64cb

From 053bee64cb872398c25467a77169853d8ce539d2 Mon Sep 17 00:00:00 2001
From: Hiroshi SHIBATA <hsbt@r...>
Date: Sun, 11 Aug 2019 10:49:22 +0900
Subject: Cleanup the duplicated tasks on Azure Pipelines.

Closes: https://github.com/ruby/ruby/pull/2336

diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 93498d0..f7804ca 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -38,14 +38,8 @@ jobs: https://github.com/ruby/ruby/blob/trunk/azure-pipelines.yml#L38
     vmImage: 'macos-10.13'
   strategy:
     matrix:
-#      test:
-#        task: test test-all
-#      spec:
-#        task: test-spec
       bundled_gems:
         task: test-bundled-gems
-      bundler:
-        task: test-bundler
   steps:
   - script: brew install autoconf bison openssl
     displayName: "Install dependencies"
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]