grim/convey

Parents 0d1f087f8bd3
Children 5fc49909bc01
convey on the build agents is the old version, so we have to use that format for now
  • +4 -4
    convey.yml
  • --- a/convey.yml Thu May 16 05:03:51 2019 -0500
    +++ b/convey.yml Wed May 22 00:32:07 2019 -0500
    @@ -6,11 +6,11 @@
    tasks:
    # tasks for the default plan
    import:
    - type: convey/import
    + type: docker/import
    files:
    - ./
    export:
    - type: convey/export
    + type: docker/export
    files:
    - convey-${CONVEY_VERSION}-darwin-amd64
    - convey-${CONVEY_VERSION}-freebsd-amd64
    @@ -60,7 +60,7 @@
    # tasks for the deploy plan
    import-release:
    - type: convey/import
    + type: docker/import
    files:
    - convey-${CONVEY_VERSION}-freebsd-amd64
    - convey-${CONVEY_VERSION}-darwin-amd64
    @@ -82,7 +82,7 @@
    # tasks for creating images
    import-images:
    - type: convey/import
    + type: docker/import
    files:
    - images
    build-image-bitbucket-upload: