remove unused deps
continuous-integration/drone/pr Build was killed Details

This commit is contained in:
Robert Kaussow 2021-10-23 16:45:56 +02:00
parent 5532de7f2d
commit a2c74861d8
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 1 additions and 5 deletions

View File

@ -24,16 +24,12 @@ steps:
commands:
- git fetch -tq
- git-chglog --no-color --no-emoji -o CHANGELOG.md ${DRONE_TAG:---next-tag unreleased unreleased}
depends_on:
- tags
- name: changelog-format
image: thegeeklab/alpine-tools
commands:
- prettier CHANGELOG.md
- prettier -w CHANGELOG.md
depends_on:
- changelog-generate
- name: publish-gitea
image: plugins/gitea-release
@ -96,6 +92,6 @@ depends_on:
---
kind: signature
hmac: ef12dc4cc2bd5bdd48ad22c1671fbc838e4e3e40163b3a3a3b8c893d19ea7e19
hmac: d02216518e73eccca0f72dc7b5dd8553b6fc44d8bb43513bc38ed49cb458bb3d
...