AzureRMR/azure-pipelines.yml

10 строки
228 B
YAML

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'