grim/convey

Disable the gometalinter task for the moment until it doesn't instafail :)
  • +3 -2
    convey.yml
  • --- a/convey.yml Mon Feb 19 15:15:31 2018 -0600
    +++ b/convey.yml Mon Feb 19 15:34:29 2018 -0600
    @@ -8,7 +8,7 @@
    import:
    type: docker/import
    files:
    - - .
    + - ./
    export:
    type: docker/export
    files:
    @@ -30,7 +30,8 @@
    files:
    - '**/junit.xml'
    linter:
    - type: docker/run
    + type: convey/noop
    + # type: docker/run
    image: convey/gometalinter:latest
    environment:
    - GOMETALINTER_OPTIONS=-Dinterfacer -Dvarcheck