grim/convey

Add network flag.
hostnames
2017-10-04, Eric Fritz
780c59d427a1
Add network flag.
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