fix(ci): dependencies and conditions
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
fed26c8bbd
commit
c20355a068
22
.drone.yml
22
.drone.yml
@ -32,12 +32,6 @@ steps:
|
||||
limits:
|
||||
cpu: 50
|
||||
memory: 25M
|
||||
when:
|
||||
repo:
|
||||
- fh-trier/linux_ws2122
|
||||
event:
|
||||
- push
|
||||
- cron
|
||||
|
||||
- name: push-fhtrier
|
||||
depends_on:
|
||||
@ -57,14 +51,6 @@ steps:
|
||||
- index.pdf
|
||||
- csv/*
|
||||
- sql/*
|
||||
when:
|
||||
branch:
|
||||
- master
|
||||
repo:
|
||||
- fh-trier/linux_ws2122
|
||||
event:
|
||||
- push
|
||||
- cron
|
||||
|
||||
- name: email-notification
|
||||
depends_on:
|
||||
@ -90,9 +76,13 @@ steps:
|
||||
- failure
|
||||
|
||||
trigger:
|
||||
branch:
|
||||
- master
|
||||
event:
|
||||
exclude:
|
||||
- tag
|
||||
- cron
|
||||
- push
|
||||
repo:
|
||||
- fh-trier/linux_ws2122
|
||||
|
||||
---
|
||||
kind: pipeline
|
||||
|
Loading…
Reference in New Issue
Block a user