gplugin/builders

5709d8428422
Parents ce4468a02c98
Children 3eb06d558fc1
Add a logout task and remove more old cruft
  • +3 -27
    convey.yml
  • --- a/convey.yml Tue Jun 18 22:53:22 2019 -0500
    +++ b/convey.yml Tue Jun 18 23:04:09 2019 -0500
    @@ -54,33 +54,9 @@
    username: ${REGISTRY_USERNAME}
    password: ${REGISTRY_PASSWORD}
    - # stuff after this needs work yet
    - coverity:
    - type: docker/build
    - dockerfile: Dockerfile.coverity
    - tag: ${REPO}:coverity
    - files:
    - - coverity
    -
    - mingw-w64-i686:
    - type: docker/build
    - dockerfile: Dockerfile.mingw-w64-i686
    - tag: ${REPO}:mingw-w64-i686
    - files:
    - - mingw
    - mingw-w64-x86_64:
    - type: docker/build
    - dockerfile: Dockerfile.mingw-w64-x86_64
    - tag: ${REPO}:mingw-w64-x86_64
    - files:
    - - mingw
    -
    - osxcross-10.8-x86_64:
    - type: docker/build
    - dockerfile: Dockerfile.osxcross-10.8-x86_64
    - tag: ${REPO}:osxcross-10.8-x86_64
    - files:
    - - osx
    + logout:
    + type: docker/logout
    + server: ${REGISTRY}
    plans:
    clean: