grim/convey

Bump the version for release
v0.14.0-alpha3
2018-02-20, Gary Kramlich
166a6d1979fa
Bump the version for release
# this config shows how the environment override works including with an
# override file and via the command line.
#
# Try commenting out the source environment variable in one of the sections,
# as well as specifying it on the command line to get a feel for it. Don't
# forget the -override file (override-override.yml)
environment:
- source=global-normal
tasks:
env:
type: docker/run
image: convey/env
environment:
- source=task
plans:
default:
environment:
- source=plan
stages:
- tasks:
- env
environment:
- source=stage