mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-19 19:49:33 +01:00
remove analysis from drone due to move to GH action
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
f92cef0415
commit
9323c76b0b
56
.drone.yml
56
.drone.yml
@ -75,59 +75,3 @@ trigger:
|
|||||||
event:
|
event:
|
||||||
- push
|
- push
|
||||||
- pull_request
|
- pull_request
|
||||||
|
|
||||||
---
|
|
||||||
kind: pipeline
|
|
||||||
type: docker
|
|
||||||
name: analysis
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: analysis
|
|
||||||
image: ghcr.io/nextcloud/continuous-integration-android8:2
|
|
||||||
environment:
|
|
||||||
GIT_USERNAME:
|
|
||||||
from_secret: GIT_USERNAME
|
|
||||||
GIT_TOKEN:
|
|
||||||
from_secret: GIT_TOKEN
|
|
||||||
LOG_USERNAME:
|
|
||||||
from_secret: LOG_USERNAME
|
|
||||||
LOG_PASSWORD:
|
|
||||||
from_secret: LOG_PASSWORD
|
|
||||||
commands:
|
|
||||||
- export BRANCH=$(scripts/analysis/getBranchName.sh $GIT_USERNAME $GIT_TOKEN $DRONE_PULL_REQUEST)
|
|
||||||
- scripts/analysis/analysis-wrapper.sh $GIT_USERNAME $GIT_TOKEN $BRANCH $LOG_USERNAME $LOG_PASSWORD $DRONE_BUILD_NUMBER $DRONE_PULL_REQUEST
|
|
||||||
|
|
||||||
- name: notify
|
|
||||||
image: drillster/drone-email
|
|
||||||
host: $EMAIL_HOST
|
|
||||||
port: 587
|
|
||||||
username: $EMAIL_USERNAME
|
|
||||||
password: $EMAIL_PASSWORD
|
|
||||||
from: nextcloud-drone@kaminsky.me
|
|
||||||
skip_verify: true
|
|
||||||
recipients_only: true
|
|
||||||
recipients: [ $EMAIL_RECIPIENTS ]
|
|
||||||
environment:
|
|
||||||
EMAIL_USERNAME:
|
|
||||||
from_secret: EMAIL_USERNAME
|
|
||||||
EMAIL_PASSWORD:
|
|
||||||
from_secret: EMAIL_PASSWORD
|
|
||||||
EMAIL_RECIPIENTS:
|
|
||||||
from_secret: EMAIL_RECIPIENTS
|
|
||||||
EMAIL_HOST:
|
|
||||||
from_secret: EMAIL_HOST
|
|
||||||
when:
|
|
||||||
event:
|
|
||||||
- push
|
|
||||||
status:
|
|
||||||
- failure
|
|
||||||
branch:
|
|
||||||
- master
|
|
||||||
|
|
||||||
trigger:
|
|
||||||
branch:
|
|
||||||
- master
|
|
||||||
- stable-*
|
|
||||||
event:
|
|
||||||
- push
|
|
||||||
- pull_request
|
|
||||||
|
Loading…
Reference in New Issue
Block a user