fix(ci): dependencies and conditions
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Markus Pesch 2021-10-13 19:30:13 +02:00
parent fed26c8bbd
commit c20355a068
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982
1 changed files with 6 additions and 16 deletions

View File

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