From 3cc713ed9a82837d99a2d6d35f46355ec8a2eeea Mon Sep 17 00:00:00 2001 From: Dan Ballard Date: Mon, 4 Mar 2019 14:15:07 -0800 Subject: [PATCH] drone restict when builds by repo --- .drone.yml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.drone.yml b/.drone.yml index b3f2d750..19efef9b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,9 +7,8 @@ pipeline: mem_limit: 3G image: therecipe/qt:linux when: - branch: master + repo: cwtch.im/ui event: [ push, pull_request ] - status: [ success ] environment: - QT_DIR=/opt/Qt - QT_DOCKER='true' @@ -30,9 +29,8 @@ pipeline: mem_limit: 3G image: therecipe/qt:android when: - branch: master + repo: cwtch.im/ui event: push - status: [ success ] environment: - QT_DIR=/opt/Qt - QT_DOCKER='true' @@ -55,9 +53,8 @@ pipeline: mem_limit: 3G image: therecipe/qt:windows_64_shared when: - branch: master + repo: cwtch.im/ui event: push - status: [ success ] environment: - QT_DIR=/opt/Qt - QT_DOCKER='true' @@ -83,7 +80,7 @@ pipeline: image: pivotaldata/concourse-ssh secrets: [buildfiles_key] when: - branch: master + repo: cwtch.im/ui event: push status: [ success ] commands: