From e5c51b956e210f3f4652f020edefb0de5bb789d9 Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Tue, 6 Apr 2021 10:58:48 +0200 Subject: [PATCH] Removed license export from drone pipelines ref #2 --- .drone.yml | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/.drone.yml b/.drone.yml index 81999ce..fe9af87 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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]