Compare commits

...

2 Commits

Author SHA1 Message Date
Egon Rijpkema 7e7ab04df0 Debugging 2018-04-23 16:04:56 +02:00
Egon Rijpkema f4f9b95d09 Dir needs a different name. 2018-04-23 15:57:57 +02:00
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,7 @@
pipeline:
nova-compute:
image: plugins/docker
dockerfile: nova-compute/Dockerfile
dockerfile: nova_compute/Dockerfile
secrets: [docker_username, docker_password]
registry: registry.webhosting.rug.nl
repo: registry.webhosting.rug.nl/hpc/openstack-nova-compute
@ -14,6 +14,7 @@ pipeline:
skip_verify: true
from: drone@webhosting.rug.nl
recipients: [e.m.a.rijpkema@rug.nl, w.k.nap@rug.nl]
#recipients: [e.m.a.rijpkema@rug.nl, w.k.nap@rug.nl]
recipients_only: true
when:
status: [success, changed, failure]