Revert "Added test pipeline for automatic license export"
This reverts commit c9378e6cae06dcb355bc05cae4370d70477b94be.
This commit is contained in:
parent
c9378e6cae
commit
cc64ce4498
27
.drone.yml
27
.drone.yml
@ -42,7 +42,7 @@ steps:
|
|||||||
depends_on: [clone]
|
depends_on: [clone]
|
||||||
commands:
|
commands:
|
||||||
- yarn
|
- yarn
|
||||||
- yarn licenses:full
|
- yarn licenses:export
|
||||||
- name: push new licenses file to repo
|
- name: push new licenses file to repo
|
||||||
image: appleboy/drone-git-push
|
image: appleboy/drone-git-push
|
||||||
settings:
|
settings:
|
||||||
@ -117,27 +117,4 @@ steps:
|
|||||||
from_secret: BOT_DRONE_KEY
|
from_secret: BOT_DRONE_KEY
|
||||||
trigger:
|
trigger:
|
||||||
event:
|
event:
|
||||||
- tag
|
- tag
|
||||||
|
|
||||||
---
|
|
||||||
kind: pipeline
|
|
||||||
type: docker
|
|
||||||
name: export:licenses
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: run full license export
|
|
||||||
image: node:alpine
|
|
||||||
depends_on: [clone]
|
|
||||||
commands:
|
|
||||||
- yarn
|
|
||||||
- yarn licenses:full
|
|
||||||
- name: push new licenses file to repo
|
|
||||||
image: appleboy/drone-git-push
|
|
||||||
settings:
|
|
||||||
branch: dev
|
|
||||||
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