Switched from trigger to when
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
b51da15007
commit
a7976c0ee2
21
.drone.yml
21
.drone.yml
@ -92,6 +92,11 @@ 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
|
||||
@ -104,6 +109,11 @@ 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
|
||||
@ -116,9 +126,8 @@ steps:
|
||||
- lfk/lfk-client-node
|
||||
params:
|
||||
- SOURCE_TAG=$DRONE_TAG
|
||||
trigger:
|
||||
event:
|
||||
- tag
|
||||
- push
|
||||
ref:
|
||||
- refs/tags/v*
|
||||
when:
|
||||
event:
|
||||
- tag
|
||||
ref:
|
||||
- refs/tags/v*
|
Loading…
x
Reference in New Issue
Block a user