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

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
1 changed files with 7 additions and 2 deletions

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