Back to when syntax for triggering tag builds
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:
13
.drone.yml
13
.drone.yml
@@ -92,6 +92,9 @@ steps:
|
|||||||
tags:
|
tags:
|
||||||
- $DRONE_TAG
|
- $DRONE_TAG
|
||||||
registry: registry.odit.services
|
registry: registry.odit.services
|
||||||
|
when:
|
||||||
|
event:
|
||||||
|
- tag
|
||||||
- name: trigger js lib build
|
- name: trigger js lib build
|
||||||
depends_on: [clone]
|
depends_on: [clone]
|
||||||
image: plugins/downstream
|
image: plugins/downstream
|
||||||
@@ -104,6 +107,9 @@ 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
|
||||||
@@ -116,7 +122,6 @@ steps:
|
|||||||
- lfk/lfk-client-node
|
- lfk/lfk-client-node
|
||||||
params:
|
params:
|
||||||
- SOURCE_TAG=$DRONE_TAG
|
- SOURCE_TAG=$DRONE_TAG
|
||||||
|
when:
|
||||||
trigger:
|
event:
|
||||||
ref:
|
- tag
|
||||||
- "refs/tags/**"
|
|
||||||
Reference in New Issue
Block a user