From 2924ac290027acb16d08a6b2f79510552abee053 Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Wed, 30 Dec 2020 21:17:18 +0100 Subject: [PATCH] Revert "Added automatic license export on dev push/merge" This reverts commit 18e3ef9a7954f4102a26f050e5b82ace69e9a17b. --- .drone.yml | 21 +++++---------------- 1 file changed, 5 insertions(+), 16 deletions(-) diff --git a/.drone.yml b/.drone.yml index d8acb3c..fd172ac 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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: