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:
|
limits:
|
||||||
cpu: 50
|
cpu: 50
|
||||||
memory: 25M
|
memory: 25M
|
||||||
when:
|
|
||||||
repo:
|
|
||||||
- fh-trier/linux_ws2122
|
|
||||||
event:
|
|
||||||
- push
|
|
||||||
- cron
|
|
||||||
|
|
||||||
- name: push-fhtrier
|
- name: push-fhtrier
|
||||||
depends_on:
|
depends_on:
|
||||||
@ -57,14 +51,6 @@ steps:
|
|||||||
- index.pdf
|
- index.pdf
|
||||||
- csv/*
|
- csv/*
|
||||||
- sql/*
|
- sql/*
|
||||||
when:
|
|
||||||
branch:
|
|
||||||
- master
|
|
||||||
repo:
|
|
||||||
- fh-trier/linux_ws2122
|
|
||||||
event:
|
|
||||||
- push
|
|
||||||
- cron
|
|
||||||
|
|
||||||
- name: email-notification
|
- name: email-notification
|
||||||
depends_on:
|
depends_on:
|
||||||
@ -90,9 +76,13 @@ steps:
|
|||||||
- failure
|
- failure
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
|
branch:
|
||||||
|
- master
|
||||||
event:
|
event:
|
||||||
exclude:
|
- cron
|
||||||
- tag
|
- push
|
||||||
|
repo:
|
||||||
|
- fh-trier/linux_ws2122
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
|
Loading…
Reference in New Issue
Block a user