This commit is contained in:
Hong Ooi 2019-05-21 12:28:23 +10:00
Родитель 8a8ae79943 9d77beb47d
Коммит 950d7561de
1 изменённых файлов: 9 добавлений и 0 удалений

9
azure-pipelines.yml Normal file
Просмотреть файл

@ -0,0 +1,9 @@
trigger:
- master
pool:
vmImage: 'ubuntu-latest'
steps:
- script: 'git push --prune https://$(ghPat)@github.com/cloudyr/AzureRMR +refs/remotes/origin/*:refs/heads/* +refs/tags/*:refs/tags/*'
displayName: 'copy to cloudyr'