From 9cd1a8217c9ddb96765346870de7203d96627efc Mon Sep 17 00:00:00 2001 From: Matteias Collet Date: Sat, 12 Oct 2019 21:05:28 +0200 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f5b7dc4..890198d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -50,8 +50,8 @@ steps: inputs: targetType: 'inline' script: '$ErrorActionPreference = "Stop"; - git config --local user.name "Matteias Collet"; - git config --local user.email "matteias.collet@bluewin.ch"; + git config --local user.name "BotPatty"; + git config --local user.email "ci@zint.ch"; git add ./files/GCMCodes.zip; git commit -m "Update GCM Archive [skip ci]";' failOnStderr: true