Set trigger to ref tags only
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
607630c4f9
commit
b737fe6a08
15
.drone.yml
15
.drone.yml
@ -92,6 +92,11 @@ steps:
|
|||||||
tags:
|
tags:
|
||||||
- $DRONE_TAG
|
- $DRONE_TAG
|
||||||
registry: registry.odit.services
|
registry: registry.odit.services
|
||||||
|
when:
|
||||||
|
event:
|
||||||
|
- tag
|
||||||
|
ref:
|
||||||
|
- 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
|
||||||
@ -104,7 +109,11 @@ steps:
|
|||||||
- lfk/lfk-client-js
|
- lfk/lfk-client-js
|
||||||
params:
|
params:
|
||||||
- SOURCE_TAG=$DRONE_TAG
|
- SOURCE_TAG=$DRONE_TAG
|
||||||
|
when:
|
||||||
|
event:
|
||||||
|
- tag
|
||||||
|
ref:
|
||||||
|
- refs/tags/v*
|
||||||
- name: trigger node lib build
|
- name: trigger node lib build
|
||||||
depends_on: [clone]
|
depends_on: [clone]
|
||||||
image: plugins/downstream
|
image: plugins/downstream
|
||||||
@ -122,3 +131,7 @@ when:
|
|||||||
- tag
|
- tag
|
||||||
ref:
|
ref:
|
||||||
- refs/tags/v*
|
- refs/tags/v*
|
||||||
|
trigger:
|
||||||
|
ref:
|
||||||
|
include:
|
||||||
|
- refs/tags/**
|
Loading…
x
Reference in New Issue
Block a user