From e9c9f98168f256c06334d3115c03e767f4957601 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Wed, 21 Oct 2020 14:14:04 +0200 Subject: [PATCH] Update azure-pipelines-release.yml for Azure Pipelines --- azure-pipelines-release.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/azure-pipelines-release.yml b/azure-pipelines-release.yml index e6113af46..47e94205c 100644 --- a/azure-pipelines-release.yml +++ b/azure-pipelines-release.yml @@ -77,15 +77,10 @@ stages: vmImage: "ubuntu-latest" steps: - template: templates/azp-step-su-version.yaml@azure + - template: templates/azp-step-git-init.yaml@azure - script: | sudo apt-get install -y --no-install-recommends \ - git jq curl - - git config --global user.name "Pascal Vizeli" - git config --global user.email "pvizeli@syshack.ch" - git config --global credential.helper store - - echo "https://$(githubToken):x-oauth-basic@github.com" > $HOME/.git-credentials + jq displayName: "Install requirements" - script: | set -e