grim/convey

Bump the version for release
v0.14.0-alpha3
2018-02-20, Gary Kramlich
166a6d1979fa
Bump the version for release
# This is a simple test that makes sure the clean task can remove files that
# have an environment variable in their name.
---
environment:
- HOST_PATH=.
tasks:
clean:
type: convey/clean
files:
- ${HOST_PATH}/dirty
- ${HOST_PATH}/**/bar.baz
plans:
default:
stages:
- tasks: clean