From 875781335c771382aad8d346ee6ec42bb184c6b3 Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Wed, 30 Dec 2020 21:24:51 +0100 Subject: [PATCH] Removed the testing pipeline and updated the dev license pipeline ref #59 --- .drone.yml | 29 +++-------------------------- 1 file changed, 3 insertions(+), 26 deletions(-) diff --git a/.drone.yml b/.drone.yml index c08b2db..2bedad1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -38,12 +38,13 @@ steps: - dev registry: registry.odit.services - name: run full license export + depends_on: ["clone"] image: node:alpine - depends_on: [clone] 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: dev @@ -117,28 +118,4 @@ steps: from_secret: BOT_DRONE_KEY trigger: event: - - 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 + - tag \ No newline at end of file