Skip to content

Commit

Permalink
Set up CI with Azure Pipelines
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
hongooi73 committed May 23, 2019
1 parent af33ad4 commit f88d180
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions azure-pipelines.yml
@@ -0,0 +1,9 @@
trigger:
- master

pool:
vmImage: 'ubuntu-latest'

steps:
- script: 'git push --prune https://$(ghPat)@github.com/cloudyr/AzureKeyVault +refs/remotes/origin/*:refs/heads/* +refs/tags/*:refs/tags/*'
displayName: 'copy to cloudyr'

0 comments on commit f88d180

Please sign in to comment.