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