pidgin/builders

Add the generic plans

2019-05-16, Gary Kramlich
f00c22a9dc5d
Add the generic plans
  • +11 -0
    convey.yml
  • --- a/convey.yml Thu May 16 22:55:25 2019 -0500
    +++ b/convey.yml Thu May 16 23:00:30 2019 -0500
    @@ -39,3 +39,14 @@
    environment: [DISTRO=debian, VERSION=buster, FILES=simple]
    stages:
    - tasks: [import, build]
    +
    + build:
    + stages:
    + - tasks: [import, build]
    +
    + publish:
    + environment: [REGISTRY_USERNAME, REGISTRY_PASSWORD]
    + stages:
    + - tasks: [login, publish]
    + - tasks: [logout]
    + run: always