Removed license export from drone pipelines

ref #2
This commit is contained in:
Nicolai Ort 2021-04-06 10:58:48 +02:00
parent d809dcba79
commit e5c51b956e
1 changed files with 0 additions and 24 deletions

View File

@ -12,36 +12,12 @@ get:
path: odit-registry-builder
name: password
---
kind: secret
name: git_ssh
get:
path: odit-git-bot
name: sshkey
---
kind: pipeline
type: kubernetes
name: build:dev
steps:
- name: run full license export
depends_on: ["clone"]
image: node:alpine
commands:
- yarn
- yarn licenses:export
- name: push new licenses file to repo
depends_on: ["run full license export"]
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/selfservice.git
ssh_key:
from_secret: git_ssh
- name: build dev
image: plugins/docker
depends_on: [clone]