Skip to content
Snippets Groups Projects
.drone.yml 263 B
Newer Older
Vincent Hatakeyama's avatar
Vincent Hatakeyama committed
clone:
  hg:
    image: plugins/hg

pipeline:
  linter:
    image: alpine/flake8
Vincent Hatakeyama's avatar
Vincent Hatakeyama committed
    commands:
      - flake8
  mattermost:
    image: plugins/slack
    channel: dev
    username: drone
    secrets: [ slack_webhook ]
    when:
      status: [ failure, success ]