qulogic/libgnt

Add a clean task/plan

2019-04-16, Gary Kramlich
d4deaec5e9bb
Parents c17f5cba9e31
Children 9a81bdc71f40
Add a clean task/plan
  • +9 -0
    convey.yml
  • --- a/convey.yml Wed Apr 17 01:47:09 2019 +0000
    +++ b/convey.yml Tue Apr 16 21:10:29 2019 -0500
    @@ -17,6 +17,11 @@
    type: docker/logout
    server: docker.io
    + clean:
    + type: convey/clean
    + files:
    + - build-convey
    +
    build-docs:
    type: docker/run
    image: libgnt/builders:debian-buster-amd64
    @@ -58,3 +63,7 @@
    tasks:
    - logout
    + clean:
    + stages:
    + - tasks: clean
    +