Update azure-pipelines.yml for Azure Pipelines
This commit is contained in:
parent
9ffd451e4b
commit
9cd1a8217c
1 changed files with 2 additions and 2 deletions
|
@ -50,8 +50,8 @@ steps:
|
||||||
inputs:
|
inputs:
|
||||||
targetType: 'inline'
|
targetType: 'inline'
|
||||||
script: '$ErrorActionPreference = "Stop";
|
script: '$ErrorActionPreference = "Stop";
|
||||||
git config --local user.name "Matteias Collet";
|
git config --local user.name "BotPatty";
|
||||||
git config --local user.email "matteias.collet@bluewin.ch";
|
git config --local user.email "ci@zint.ch";
|
||||||
git add ./files/GCMCodes.zip;
|
git add ./files/GCMCodes.zip;
|
||||||
git commit -m "Update GCM Archive [skip ci]";'
|
git commit -m "Update GCM Archive [skip ci]";'
|
||||||
failOnStderr: true
|
failOnStderr: true
|
||||||
|
|
Loading…
Reference in a new issue