Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2016
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. clone:
  2. recursive: true
  3. build:
  4. image: ubuntu:16.04
  5. commands:
  6. - apt-get update
  7. - apt-get install ...
  8. - ...
  9. environment:
  10. - CLICOLOR_FORCE=1
  11. notify:
  12. email:
  13. from: '"Drone" <noreply@worhp.de>'
  14. host: ...
  15. port: 587
  16. username: ...
  17. password: ...
  18. when:
  19. success: false
  20. failure: true
  21. change: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement