From 2244ca3973fa4a43ef53a16826086e43eae86539 Mon Sep 17 00:00:00 2001 From: Pietro Albini Date: Fri, 24 May 2019 10:33:14 +0200 Subject: [PATCH] ci: fix invalid syntax in the azure auto.yml --- .azure-pipelines/auto.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.azure-pipelines/auto.yml b/.azure-pipelines/auto.yml index 800cbb5a3ae..7bb38a4e8eb 100644 --- a/.azure-pipelines/auto.yml +++ b/.azure-pipelines/auto.yml @@ -3,8 +3,8 @@ # pr: none - trigger: - - auto +trigger: + - auto variables: - group: prod-credentials