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

ruby-changes:55787

From: Takashi <ko1@a...>
Date: Thu, 23 May 2019 01:18:47 +0900 (JST)
Subject: [ruby-changes:55787] Takashi Kokubun: f69d28fbca (trunk): azure-pipelines.yml: Fix typo

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

From f69d28fbca1eec8b9722cea1f989ee9554e8dad5 Mon Sep 17 00:00:00 2001
From: Takashi Kokubun <takashikkbn@g...>
Date: Wed, 22 May 2019 09:18:30 -0700
Subject: azure-pipelines.yml: Fix typo


diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index af03830..87eed89 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -1,6 +1,6 @@ https://github.com/ruby/ruby/blob/trunk/azure-pipelines.yml#L1
 pr: none # comment out this line if you need to test this file on PR
 trigger:
-  - trunk # master (mirror of trunk) runs CI
+  - master
 jobs:
 - job: Linux
   pool:
-- 
cgit v0.10.2


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

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