revert: no CI on tag + general .drone.yml updates
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2020-09-13 20:00:03 +02:00
parent f944256abf
commit 1459de100d
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -1,5 +1,6 @@
--- ---
kind: pipeline kind: pipeline
type: docker
name: dockerhub-build-trigger name: dockerhub-build-trigger
platform: platform:
@ -14,11 +15,9 @@ trigger:
- master - master
event: event:
- push - push
- tag
- cron - cron
target: cron:
exclude: - hourly-build
- nightly
steps: steps:
- name: call webhook - name: call webhook
@ -35,6 +34,7 @@ steps:
--- ---
kind: pipeline kind: pipeline
type: docker
name: dockerhub-build-trigger-nightly name: dockerhub-build-trigger-nightly
platform: platform:
@ -65,6 +65,7 @@ steps:
--- ---
kind: pipeline kind: pipeline
type: docker
name: notifications name: notifications
platform: platform:
@ -79,7 +80,6 @@ trigger:
- master - master
event: event:
- push - push
- tag
status: status:
- success - success
- failure - failure
@ -111,6 +111,7 @@ steps:
--- ---
kind: pipeline kind: pipeline
type: docker
name: notifications-cronbuild name: notifications-cronbuild
platform: platform:
@ -124,7 +125,6 @@ trigger:
event: event:
- cron - cron
cron: cron:
- hourly
- hourly-build - hourly-build
status: status:
- success - success
@ -156,6 +156,7 @@ steps:
--- ---
kind: pipeline kind: pipeline
type: docker
name: notifications-cronbuild-nightly name: notifications-cronbuild-nightly
platform: platform: