From d8073d485b066de0e870ae27aaeac803c9e2e31a Mon Sep 17 00:00:00 2001 From: Egon Rijpkema Date: Mon, 23 Apr 2018 15:39:29 +0200 Subject: [PATCH] Have a repo wide drone.yml --- .drone.yml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..dcb93fb --- /dev/null +++ b/.drone.yml @@ -0,0 +1,26 @@ +--- +pipeline: + nova-compute: + image: plugins/docker + dockerfile: nova-compute/Dockerfile + secrets: [docker_username, docker_password] + registry: registry.webhosting.rug.nl + repo: registry.webhosting.rug.nl/hpc/openstack-nova-compute + tag: latest + notify: + image: drillster/drone-email + host: smtp.rug.nl + port: 25 + skip_verify: true + from: drone@webhosting.rug.nl + recipients: [e.m.a.rijpkema@rug.nl, w.k.nap@rug.nl] + recipients_only: true + when: + status: [success, changed, failure] +# slack: +# image: plugins/slack +# webhook: +# channel: docker +# when: +# branch: [master, merlin] +# status: [success, failure]