Tried switching to global when
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
parent
a7976c0ee2
commit
607630c4f9
21
.drone.yml
21
.drone.yml
@ -92,11 +92,6 @@ 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
|
||||
@ -109,11 +104,7 @@ 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
|
||||
@ -126,8 +117,8 @@ steps:
|
||||
- lfk/lfk-client-node
|
||||
params:
|
||||
- SOURCE_TAG=$DRONE_TAG
|
||||
when:
|
||||
event:
|
||||
- tag
|
||||
ref:
|
||||
- refs/tags/v*
|
||||
when:
|
||||
event:
|
||||
- tag
|
||||
ref:
|
||||
- refs/tags/v*
|
Loading…
x
Reference in New Issue
Block a user