mirror of
https://github.com/home-assistant/core.git
synced 2026-04-28 18:12:37 +02:00
Fix Hassio-version for Azure Pipelines (#23895)
This commit is contained in:
committed by
Paulus Schoutsen
parent
0f140751b2
commit
5dc841ecae
+1
-1
@@ -159,7 +159,7 @@ jobs:
|
||||
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
|
||||
echo "https://$(githubToken):x-oauth-basic@github.com" > $HOME\.git-credentials
|
||||
displayName: 'Install requirements'
|
||||
- script: |
|
||||
set -e
|
||||
|
||||
Reference in New Issue
Block a user