Updated ci to trigger the builds for the new libs
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Nicolai Ort 2020-12-22 15:44:00 +01:00
parent b6cf3b24d4
commit ce5f4b467d
1 changed files with 14 additions and 2 deletions

View File

@ -92,7 +92,7 @@ steps:
tags:
- $DRONE_TAG
registry: registry.odit.services
- name: trigger lib build
- name: trigger js lib build
depends_on: [clone]
image: plugins/downstream
settings:
@ -101,7 +101,19 @@ steps:
from_secret: BOT_DRONE_KEY
fork: false
repositories:
- lfk/lib
- lfk/lfk-client-js
params:
- SOURCE_TAG: $DRONE_TAG
- name: trigger node lib build
depends_on: [clone]
image: plugins/downstream
settings:
server: https://ci.odit.services/
token:
from_secret: BOT_DRONE_KEY
fork: false
repositories:
- lfk/lfk-client-node
params:
- SOURCE_TAG: $DRONE_TAG
trigger: