Moved to the official tag recognition
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
f2970f4cd8
commit
a79bed259b
14
.drone.yml
14
.drone.yml
@ -92,10 +92,6 @@ steps:
|
|||||||
tags:
|
tags:
|
||||||
- $DRONE_TAG
|
- $DRONE_TAG
|
||||||
registry: registry.odit.services
|
registry: registry.odit.services
|
||||||
when:
|
|
||||||
event:
|
|
||||||
- tag
|
|
||||||
branch: [ refs/tags/v* ]
|
|
||||||
- name: trigger js lib build
|
- name: trigger js lib build
|
||||||
depends_on: [clone]
|
depends_on: [clone]
|
||||||
image: plugins/downstream
|
image: plugins/downstream
|
||||||
@ -108,9 +104,6 @@ steps:
|
|||||||
- lfk/lfk-client-js
|
- lfk/lfk-client-js
|
||||||
params:
|
params:
|
||||||
- SOURCE_TAG=$DRONE_TAG
|
- SOURCE_TAG=$DRONE_TAG
|
||||||
when:
|
|
||||||
event:
|
|
||||||
- tag
|
|
||||||
- name: trigger node lib build
|
- name: trigger node lib build
|
||||||
depends_on: [clone]
|
depends_on: [clone]
|
||||||
image: plugins/downstream
|
image: plugins/downstream
|
||||||
@ -123,7 +116,6 @@ steps:
|
|||||||
- lfk/lfk-client-node
|
- lfk/lfk-client-node
|
||||||
params:
|
params:
|
||||||
- SOURCE_TAG=$DRONE_TAG
|
- SOURCE_TAG=$DRONE_TAG
|
||||||
when:
|
trigger:
|
||||||
event:
|
event:
|
||||||
- tag
|
- tag
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user