Updated dronefile
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Nicolai Ort 2021-04-21 15:57:45 +02:00
parent 602d80bd14
commit 9c9ceaa666
1 changed files with 0 additions and 17 deletions

View File

@ -25,23 +25,6 @@ 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]