grim/containers/msys2-cross

Parents a77abdcf69b3
Children 701169ba7a79
rename the publish plan to the ci plan and do the import and build there as well
  • +2 -2
    convey.yml
  • --- a/convey.yml Sun Sep 29 21:11:42 2019 -0500
    +++ b/convey.yml Thu Oct 31 04:45:12 2019 -0500
    @@ -34,9 +34,9 @@
    - tasks:
    - import
    - build
    - publish:
    + ci:
    stages:
    - - tasks: [login, push]
    + - tasks: [import, build, login, push]
    - tasks: [logout]
    run: always