Skip to content

Instantly share code, notes, and snippets.

@jhasse
Created June 22, 2016 07:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jhasse/6b848a35a8c600a7ee9fda06cca79c12 to your computer and use it in GitHub Desktop.
Save jhasse/6b848a35a8c600a7ee9fda06cca79c12 to your computer and use it in GitHub Desktop.
clone:
recursive: true
build:
image: ubuntu:16.04
commands:
- apt-get update
- apt-get install ...
- ...
environment:
- CLICOLOR_FORCE=1
notify:
email:
from: '"Drone" <noreply@worhp.de>'
host: ...
port: 587
username: ...
password: ...
when:
success: false
failure: true
change: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment