grim/convey

4ec0cd5922a8
Bump the versions for the next round of development
tasks:
# define our script task
script:
image: gliderlabs/alpine:edge
# if you need to override the default shell of /bin/sh you can use the
# shell attribute
shell: /bin/ash
# then just define your script as a list of strings
script:
- echo "hello from alpine"
- uptime
plans:
default:
stages:
- tasks: [script]