Removed the testing pipeline and updated the dev license pipeline
ref #59
This commit is contained in:
parent
625340cf8a
commit
875781335c
27
.drone.yml
27
.drone.yml
@ -38,12 +38,13 @@ steps:
|
|||||||
- dev
|
- dev
|
||||||
registry: registry.odit.services
|
registry: registry.odit.services
|
||||||
- name: run full license export
|
- name: run full license export
|
||||||
|
depends_on: ["clone"]
|
||||||
image: node:alpine
|
image: node:alpine
|
||||||
depends_on: [clone]
|
|
||||||
commands:
|
commands:
|
||||||
- yarn
|
- yarn
|
||||||
- yarn licenses:full
|
- yarn licenses:full
|
||||||
- name: push new licenses file to repo
|
- name: push new licenses file to repo
|
||||||
|
depends_on: ["run full license export"]
|
||||||
image: appleboy/drone-git-push
|
image: appleboy/drone-git-push
|
||||||
settings:
|
settings:
|
||||||
branch: dev
|
branch: dev
|
||||||
@ -118,27 +119,3 @@ steps:
|
|||||||
trigger:
|
trigger:
|
||||||
event:
|
event:
|
||||||
- tag
|
- tag
|
||||||
|
|
||||||
---
|
|
||||||
kind: pipeline
|
|
||||||
type: docker
|
|
||||||
name: export:licenses
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: run full license export
|
|
||||||
depends_on: ["clone"]
|
|
||||||
image: node:alpine
|
|
||||||
commands:
|
|
||||||
- yarn
|
|
||||||
- yarn licenses:full
|
|
||||||
- name: push new licenses file to repo
|
|
||||||
depends_on: ["run full license export"]
|
|
||||||
image: appleboy/drone-git-push
|
|
||||||
settings:
|
|
||||||
branch: feature/59-license_collection
|
|
||||||
commit: true
|
|
||||||
commit_message: new license file version [CI SKIP]
|
|
||||||
author_email: bot@odit.services
|
|
||||||
remote: git@git.odit.services:lfk/backend.git
|
|
||||||
ssh_key:
|
|
||||||
from_secret: GITLAB_SSHKEY
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user