Skip to content
Snippets Groups Projects
.drone.yml 520 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
  isort:
    image: xcgd/isort
    commands:
      - isort -c -df
  docker:
    image: plugins/docker
    secrets: [docker_username, docker_password]
    repo: xcgd/odoo_scripts-docker_build_copy
    dockerfile: Dockerfile.docker_build_copy
    tag: latest
Vincent Hatakeyama's avatar
Vincent Hatakeyama committed
  mattermost:
    image: plugins/slack
    channel: dev
    username: drone
    secrets: [ slack_webhook ]
    when:
      status: [ failure, success ]