grim/purple-spasm

42059653e981
Parents e5f8de7d1827
Children 78292b8a66a6
remove the convey configuration file for now
  • +0 -38
    convey.yml
  • --- a/convey.yml Sun Apr 19 05:11:04 2020 -0500
    +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
    @@ -1,38 +0,0 @@
    ----
    -tasks:
    - import:
    - type: docker/import
    - files:
    - - .:.
    -
    - purple2:
    - type: docker/run
    - image: pidgin/pidgin2-dev:${TAG}
    - workdir: /workspace
    - script:
    - - set -ex
    - - meson build-${TAG}
    - - ninja -C build-${TAG}
    -
    - purple2-debian-stretch-amd64:
    - type: convey/extend
    - task: purple2
    - environment:
    - - TAG=debian-stretch-amd64
    - purple2-fedora-28-amd64:
    - type: convey/extend
    - task: purple2
    - environment:
    - - TAG=fedora-28-amd64
    -
    -plans:
    - default:
    - stages:
    - - name: setup
    - tasks:
    - - import
    - - name: builds
    - tasks:
    - - purple2-debian-stretch-amd64
    - - purple2-fedora-28-amd64
    -