gplugin/gplugin

df2c4b820a62
Parents eb0deb8572e2
Children 5d5f647cec35
Add a publish plan to push packages to package cloud
  • +23 -0
    convey.yml
  • --- a/convey.yml Tue Jan 22 00:25:08 2019 -0600
    +++ b/convey.yml Tue Jan 22 20:35:59 2019 -0600
    @@ -119,6 +119,29 @@
    stages:
    - tasks: [import, build, export]
    + publish:
    + stages:
    + - environment:
    + - DISTRO=debian
    + - VERSION=stretch
    + tasks: [import-artifacts, publish-deb, publish-debsrc]
    + - environment:
    + - DISTRO=debian
    + - VERSION=buster
    + tasks: [import-artifacts, publish-deb, publish-debsrc]
    + - environment:
    + - DISTRO=fedora
    + - VERSION=28
    + tasks: [import-artifacts, publish-rpm]
    + - environment:
    + - DISTRO=fedora
    + - VERSION=29
    + tasks: [import-artifacts, publish-rpm]
    + - environment:
    + - DISTRO=ubuntu
    + - VERSION=bionic
    + tasks: [import-artifacts, publish-deb, publish-debsrc]
    +
    meta-plans:
    alpine:
    plans: