grim/convey

closing merged branch
hostnames
2017-10-13, Gary Kramlich
33eae19fcbbe
closing merged branch
tasks:
fail:
image: gliderlabs/alpine:edge
schell: /bin/sh
script:
- false
success:
image: gliderlabs/alpine:edge
shell: /bin/sh
script:
- echo "success"
failure:
image: gliderlabs/alpine:edge
shell: /bin/sh
script:
- echo "failure"
cleanup:
image: gliderlabs/alpine:edge
shell: /bin/sh
script:
- echo "cleanup"
plans:
default:
stages:
- tasks: fail
- tasks: success
run: on-success
- tasks: failure
run: on-failure
- tasks: cleanup
run: always