Now using the exact trigger snytax the gitea project uses
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Nicolai Ort 2020-12-23 18:46:38 +01:00
parent b737fe6a08
commit 6a8247f88a
1 changed files with 2 additions and 17 deletions

View File

@ -92,11 +92,6 @@ steps:
tags:
- $DRONE_TAG
registry: registry.odit.services
when:
event:
- tag
ref:
- refs/tags/v*
- name: trigger js lib build
depends_on: [clone]
image: plugins/downstream
@ -109,11 +104,6 @@ steps:
- lfk/lfk-client-js
params:
- SOURCE_TAG=$DRONE_TAG
when:
event:
- tag
ref:
- refs/tags/v*
- name: trigger node lib build
depends_on: [clone]
image: plugins/downstream
@ -126,12 +116,7 @@ steps:
- lfk/lfk-client-node
params:
- SOURCE_TAG=$DRONE_TAG
when:
event:
- tag
ref:
- refs/tags/v*
trigger:
ref:
include:
- refs/tags/**
- "refs/tags/**"