From 605782d707e7efd3ee67bd3fa6a4a1ce64ba53d1 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Wed, 21 Oct 2020 14:31:37 +0200 Subject: [PATCH] Update azure-pipelines-release.yml for Azure Pipelines --- azure-pipelines-release.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/azure-pipelines-release.yml b/azure-pipelines-release.yml index f4e1d7f13..2420b5f66 100644 --- a/azure-pipelines-release.yml +++ b/azure-pipelines-release.yml @@ -21,6 +21,7 @@ variables: - name: versionBuilder value: "7.2.0" - group: docker + - group: github resources: repositories: - repository: azure @@ -76,12 +77,16 @@ stages: pool: vmImage: "ubuntu-latest" steps: - - template: templates/azp-step-git-init.yaml@azure - template: templates/azp-step-su-version.yaml@azure - script: | sudo apt-get install -y --no-install-recommends \ - jq - displayName: "Install requirements" + 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 - script: | set -e