drone restict when builds by repo

This commit is contained in:
Dan Ballard 2019-03-04 14:15:07 -08:00
parent 2a6fb029fd
commit 3cc713ed9a
1 changed files with 4 additions and 7 deletions

View File

@ -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: