Fix release trigger in drone
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2020-10-19 20:35:23 +02:00
parent 688ca65edf
commit 80367d60d4
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 4 additions and 4 deletions

View File

@ -417,7 +417,7 @@ steps:
strip_prefix: dist/zip/
source: dist/zip/*
target: /api/master/
trigger:
when:
branch:
- master
event:
@ -439,7 +439,7 @@ steps:
strip_prefix: dist/zip/
source: dist/zip/*
target: /api/${DRONE_TAG##v}/
trigger:
when:
event:
- tag
depends_on: [ sign-release ]
@ -469,7 +469,7 @@ steps:
strip_prefix: dist/os-packages/
source: dist/os-packages/*
target: /api/master/
trigger:
when:
branch:
- master
event:
@ -491,7 +491,7 @@ steps:
strip_prefix: dist/os-packages/
source: dist/os-packages/*
target: /api/${DRONE_TAG##v}/
trigger:
when:
event:
- tag
depends_on: [ build-os-packages ]