mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-21 08:06:30 +00:00
Update azure-pipelines-release.yml for Azure Pipelines
This commit is contained in:
parent
a98c7819b0
commit
e9c9f98168
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user