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 kind: pipeline
name: build-container name: build-package
platform: platform:
os: linux os: linux
@ -48,16 +48,12 @@ steps:
commands: commands:
- git fetch -tq - git fetch -tq
- git-chglog --no-color --no-emoji -o CHANGELOG.md ${DRONE_TAG:---next-tag unreleased unreleased} - git-chglog --no-color --no-emoji -o CHANGELOG.md ${DRONE_TAG:---next-tag unreleased unreleased}
depends_on:
- tags
- name: changelog-format - name: changelog-format
image: thegeeklab/alpine-tools image: thegeeklab/alpine-tools
commands: commands:
- prettier CHANGELOG.md - prettier CHANGELOG.md
- prettier -w CHANGELOG.md - prettier -w CHANGELOG.md
depends_on:
- changelog-generate
- name: publish-gitea - name: publish-gitea
image: plugins/gitea-release image: plugins/gitea-release
@ -74,9 +70,6 @@ steps:
when: when:
ref: ref:
- refs/tags/** - refs/tags/**
depends_on:
- publish-dockerhub
- publish-quay
trigger: trigger:
ref: ref:
@ -122,10 +115,10 @@ trigger:
- failure - failure
depends_on: depends_on:
- build-container - build-package
--- ---
kind: signature kind: signature
hmac: b39df187d1afbd5bcdd61c24ab2ec2754f545189fe1297e6b8f020d242c882b6 hmac: c1289e7598edc9cdb1c7e05385c2901ffdd0f21cced8821eb2a75d54c495b092
... ...