Don't test the build on promoted build event
Some checks reported errors
continuous-integration/drone/push Build is passing
continuous-integration/drone Build encountered an error

This commit is contained in:
Adam Štrauch 2021-09-21 23:44:11 +02:00
parent 4eb56ac875
commit 3e4c1fbbc0
Signed by: cx
GPG Key ID: 018304FFA8988F8D

View File

@ -11,7 +11,12 @@ server:
steps:
- name: build
commands:
- make build
- make build
trigger:
event:
exclude:
- promote
---
@ -37,6 +42,6 @@ steps:
trigger:
event:
- promote
- promote
target:
- production