From 984593c0ae2e6daae0620a12b006a07a4e0aac7c Mon Sep 17 00:00:00 2001 From: Tanner Gooding Date: Fri, 22 Feb 2019 19:11:32 -0800 Subject: [PATCH] Adding a missing single-quote (dotnet/coreclr#22809) Commit migrated from https://github.com/dotnet/coreclr/commit/cb20f3982d3d2b1426c477d66221d6887eaec168 --- src/coreclr/netci.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/coreclr/netci.groovy b/src/coreclr/netci.groovy index 76d9b4b..38a4969 100755 --- a/src/coreclr/netci.groovy +++ b/src/coreclr/netci.groovy @@ -1666,7 +1666,7 @@ def static addTriggers(def job, def branch, def isPR, def architecture, def os, 'jkotas', 'markwilkie', 'weshaggard', - 'tannergooding + 'tannergooding' ] // Pull request builds. Generally these fall into two categories: default triggers and on-demand triggers -- 2.7.4