grim/www.reaperworld.com

6410816cbf19
Parents cd763668ce79
Children e2068bf7bdd8
rename the automated plan to ci and clean it up a bit
  • +6 -9
    convey.yml
  • --- a/convey.yml Mon Sep 02 20:04:22 2019 -0500
    +++ b/convey.yml Thu Oct 31 04:57:21 2019 -0500
    @@ -39,14 +39,11 @@
    clean:
    stages:
    - tasks: clean
    - automated:
    + ci:
    stages:
    - - name: import
    - tasks: import
    - - name: build
    - tasks: build
    - - name: publish
    - tasks: [login, push, logout]
    - - name: clean
    - tasks: clean
    + - tasks: [import, build, login, push]
    + - tasks: logout
    + run: always
    + - tasks: clean
    + run: always