Revert "Added automatic license export on dev push/merge"

This reverts commit 18e3ef9a79.
This commit is contained in:
Nicolai Ort 2020-12-30 21:17:18 +01:00
parent a501625dd6
commit 2924ac2900
1 changed files with 5 additions and 16 deletions

View File

@ -37,22 +37,11 @@ steps:
tags:
- dev
registry: registry.odit.services
- name: run full license export
image: node:alpine
depends_on: [clone]
commands:
- yarn
- yarn licenses:export
- 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
when:
branch:
- dev
event:
- push
trigger:
branch: