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

This commit is contained in:
Markus Pesch 2021-10-12 21:48:42 +02:00
parent 0f59404dc8
commit 785b443266
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982
1 changed files with 23 additions and 8 deletions

View File

@ -11,7 +11,7 @@ steps:
- name: markdown lint - name: markdown lint
commands: commands:
- markdownlint *.md - markdownlint *.md
image: docker.io/volkerraschek/markdownlint:0.28.1 image: docker.io/volkerraschek/markdownlint:0.29.0
resources: resources:
limits: limits:
cpu: 50 cpu: 50
@ -41,6 +41,7 @@ trigger:
event: event:
exclude: exclude:
- tag - tag
--- ---
kind: pipeline kind: pipeline
type: docker type: docker
@ -66,9 +67,6 @@ steps:
volumes: volumes:
- name: docker_socket - name: docker_socket
path: /var/run/docker.sock path: /var/run/docker.sock
when:
branch:
- master
- name: notify - name: notify
image: drillster/drone-email image: drillster/drone-email
@ -91,10 +89,17 @@ volumes:
host: host:
path: /var/run/docker.sock path: /var/run/docker.sock
depends_on:
- linter
trigger: trigger:
branch:
- master
event: event:
exclude: - cron
- tag - push
repo:
- volker.raschek/dhcpd-docker
--- ---
kind: pipeline kind: pipeline
@ -137,9 +142,13 @@ depends_on:
- latest-amd64 - latest-amd64
trigger: trigger:
branch:
- master
event: event:
exclude: - cron
- tag - push
repo:
- volker.raschek/dhcpd-docker
--- ---
kind: pipeline kind: pipeline
@ -283,8 +292,14 @@ steps:
- changed - changed
- failure - failure
depends_on:
- latest-manifest
trigger: trigger:
branch:
- master
event: event:
- cron
- push - push
repo: repo:
- volker.raschek/dhcpd-docker - volker.raschek/dhcpd-docker