Moved to the official tag recognition
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Nicolai Ort 2020-12-29 14:13:48 +01:00
parent f2970f4cd8
commit a79bed259b
1 changed files with 3 additions and 11 deletions

View File

@ -92,10 +92,6 @@ steps:
tags:
- $DRONE_TAG
registry: registry.odit.services
when:
event:
- tag
branch: [ refs/tags/v* ]
- name: trigger js lib build
depends_on: [clone]
image: plugins/downstream
@ -108,9 +104,6 @@ steps:
- lfk/lfk-client-js
params:
- SOURCE_TAG=$DRONE_TAG
when:
event:
- tag
- name: trigger node lib build
depends_on: [clone]
image: plugins/downstream
@ -123,7 +116,6 @@ steps:
- lfk/lfk-client-node
params:
- SOURCE_TAG=$DRONE_TAG
when:
event:
- tag
trigger:
event:
- tag