Advertisement
Guest User

Untitled

a guest
Aug 29th, 2013
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. config.yaml
  2. test:
  3. git-key:
  4. type: string
  5. default: ""
  6. description: "git-key for cloning"
  7. git-branch:
  8. type: string
  9. default: "develop"
  10. description: "git branch"
  11.  
  12. my-config.yaml
  13. test:
  14. git-key: oi
  15. git-branch: develop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement