fix ci dependencies
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Robert Kaussow 2021-10-09 13:57:43 +02:00
parent e1e39528b5
commit 7168008bd3
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 3 additions and 10 deletions

View File

@ -25,7 +25,7 @@ trigger:
---
kind: pipeline
name: build-container
name: build-package
platform:
os: linux
@ -48,16 +48,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
@ -74,9 +70,6 @@ steps:
when:
ref:
- refs/tags/**
depends_on:
- publish-dockerhub
- publish-quay
trigger:
ref:
@ -122,10 +115,10 @@ trigger:
- failure
depends_on:
- build-container
- build-package
---
kind: signature
hmac: b39df187d1afbd5bcdd61c24ab2ec2754f545189fe1297e6b8f020d242c882b6
hmac: c1289e7598edc9cdb1c7e05385c2901ffdd0f21cced8821eb2a75d54c495b092
...