pidgin/nest

55ee1c36b8da
Parents e2a84c7ded50
Children 39ff7a1fb8a1
Update convey.yml for our teamcity template
  • +5 -1
    convey.yml
  • --- a/convey.yml Mon Oct 21 06:27:29 2019 +0000
    +++ b/convey.yml Sun Nov 03 01:27:37 2019 -0500
    @@ -17,7 +17,7 @@
    labels:
    - BUILD_DATE=${RUN_TIME}
    - COMMIT=${HG_COMMIT}
    - files: .
    + files: .:.
    arguments:
    - BUILD_DATE=${RUN_TIME}
    - BUILD_NAME=${BUILD_NAME}
    @@ -27,6 +27,7 @@
    image: ${REGISTRY}/${REPO}:${TAG}
    clean:
    type: docker/remove
    + quiet: true
    image: ${REGISTRY}/${REPO}:${TAG}
    login:
    type: docker/login
    @@ -53,4 +54,7 @@
    - name: cleanup
    tasks: [logout, clean]
    run: always
    + clean:
    + stages:
    + - tasks: [clean]