diff --git a/azure-pipelines.yml b/azure-pipelines.yml index fd45c334cf38..ceccb39d5f01 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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