From dfbe43d70d0ffee667ef831b470393c22c84fce7 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Tue, 12 Oct 2021 18:50:21 +0200 Subject: [PATCH] fix(ci): conditions for latest and tagged builds --- .drone.yml | 34 +++++++++++++++++++++------------- 1 file changed, 21 insertions(+), 13 deletions(-) diff --git a/.drone.yml b/.drone.yml index 8aba03b..086ece6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,7 +11,7 @@ steps: - name: markdown lint commands: - markdownlint *.md - image: docker.io/volkerraschek/markdownlint:0.28.1 + image: docker.io/volkerraschek/markdownlint:0.29.0 resources: limits: cpu: 50 @@ -41,6 +41,7 @@ trigger: event: exclude: - tag + --- kind: pipeline type: docker @@ -66,9 +67,6 @@ steps: volumes: - name: docker_socket path: /var/run/docker.sock - when: - branch: - - master - name: notify image: drillster/drone-email @@ -92,9 +90,13 @@ volumes: path: /var/run/docker.sock trigger: + branch: + - master event: - exclude: - - tag + - cron + - push + repo: + - volker.raschek/certbot-docker --- kind: pipeline @@ -118,9 +120,6 @@ steps: password: from_secret: container_image_registry_password no_cache: true - when: - branch: - - master - name: notify image: drillster/drone-email @@ -147,9 +146,13 @@ volumes: path: /var/run/docker.sock trigger: + branch: + - master event: - exclude: - - tag + - cron + - push + repo: + - volker.raschek/certbot-docker --- kind: pipeline @@ -193,9 +196,13 @@ depends_on: - latest-armv7 trigger: + branch: + - master event: - exclude: - - tag + - cron + - push + repo: + - volker.raschek/certbot-docker --- kind: pipeline @@ -397,6 +404,7 @@ trigger: branch: - master event: + - cron - push repo: - volker.raschek/certbot-docker