mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-14 20:56:30 +00:00
Update azure-pipelines-release.yml for Azure Pipelines
This commit is contained in:
parent
2c387349c9
commit
605782d707
@ -21,6 +21,7 @@ variables:
|
|||||||
- name: versionBuilder
|
- name: versionBuilder
|
||||||
value: "7.2.0"
|
value: "7.2.0"
|
||||||
- group: docker
|
- group: docker
|
||||||
|
- group: github
|
||||||
resources:
|
resources:
|
||||||
repositories:
|
repositories:
|
||||||
- repository: azure
|
- repository: azure
|
||||||
@ -76,12 +77,16 @@ stages:
|
|||||||
pool:
|
pool:
|
||||||
vmImage: "ubuntu-latest"
|
vmImage: "ubuntu-latest"
|
||||||
steps:
|
steps:
|
||||||
- template: templates/azp-step-git-init.yaml@azure
|
|
||||||
- template: templates/azp-step-su-version.yaml@azure
|
- template: templates/azp-step-su-version.yaml@azure
|
||||||
- script: |
|
- script: |
|
||||||
sudo apt-get install -y --no-install-recommends \
|
sudo apt-get install -y --no-install-recommends \
|
||||||
jq
|
git jq curl
|
||||||
displayName: "Install requirements"
|
|
||||||
|
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: |
|
- script: |
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user