Update azure-pipelines-release.yml for Azure Pipelines

This commit is contained in:
Pascal Vizeli 2020-10-21 14:14:04 +02:00
parent a98c7819b0
commit e9c9f98168

View File

@ -77,15 +77,10 @@ stages:
vmImage: "ubuntu-latest" vmImage: "ubuntu-latest"
steps: steps:
- template: templates/azp-step-su-version.yaml@azure - template: templates/azp-step-su-version.yaml@azure
- template: templates/azp-step-git-init.yaml@azure
- script: | - script: |
sudo apt-get install -y --no-install-recommends \ sudo apt-get install -y --no-install-recommends \
git jq curl jq
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
displayName: "Install requirements" displayName: "Install requirements"
- script: | - script: |
set -e set -e