This commit is contained in:
Hong Ooi 2019-08-05 13:41:24 +10:00
Родитель a95ca34ff1 9305330078
Коммит d950bad460
1 изменённых файлов: 12 добавлений и 0 удалений

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

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