grim/convey

Bump the version
v0.14.0-alpha2
2018-02-19, Gary Kramlich
7078e7170bcc
Bump the version
# This test just verifies that the convely/clean task can take a single file or
# a list of files.
tasks:
clean-file:
type: convey/clean
files: i-do-not-exist
clean-files:
type: convey/clean
files:
- i-do-not-exist
- neither-do-i
plans:
default:
stages:
- tasks:
- clean-file
- clean-files