pidgin/dictionaries

9e880da0937f
Parents 4bb8db6ccfd2
Children 13aee942cb25
Add a clean task and use it at the start of our plan
  • +5 -2
    convey.yml
  • --- a/convey.yml Mon Feb 14 23:56:13 2022 -0600
    +++ b/convey.yml Tue Feb 15 00:22:34 2022 -0600
    @@ -22,8 +22,11 @@
    type: docker/export
    files: dicts
    + clean:
    + type: convey/clean
    + files: dicts
    +
    plans:
    default:
    stages:
    - - tasks: [import, build, mklang, export]
    -
    + - tasks: [clean, import, build, mklang, export]