From 1a2de0ea601575630eaa518451524924199f4e3a Mon Sep 17 00:00:00 2001
From: gnzlbg <gonzalobg88@gmail.com>
Date: Wed, 31 Jul 2019 12:31:58 +0200
Subject: [PATCH] Bors uses auto-libc; move config to ci/azure.yml

---
 azure-pipelines.yml => ci/azure.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename azure-pipelines.yml => ci/azure.yml (99%)

diff --git a/azure-pipelines.yml b/ci/azure.yml
similarity index 99%
rename from azure-pipelines.yml
rename to ci/azure.yml
index 7c7bf94f..5ca3189a 100644
--- a/azure-pipelines.yml
+++ b/ci/azure.yml
@@ -6,7 +6,7 @@ resources:
       type: github
       name: rust-lang/simpleinfra
       endpoint: gnzlbg
-trigger: ["auto","try"]
+trigger: ["auto-libc","try"]
 pr: ["master"]
 
 jobs:
-- 
GitLab