Update azure-pipelines.yml for Azure Pipelines

This commit is contained in:
Hong Ooi 2019-05-21 10:40:49 +10:00
Родитель 6c8d2856a6
Коммит 9d77beb47d
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -5,5 +5,5 @@ pool:
vmImage: 'ubuntu-latest'
steps:
- script: echo Hello, world!
displayName: 'Run a one-line script'
- script: 'git push --prune https://$(ghPat)@github.com/cloudyr/AzureRMR +refs/remotes/origin/*:refs/heads/* +refs/tags/*:refs/tags/*'
displayName: 'copy to cloudyr'