Merge branch 'main' into renovate/codecov-uploader-0.x
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
Robert Kaussow 2023-04-17 14:14:12 +02:00
commit c94f843b37
2 changed files with 4 additions and 4 deletions

View File

@ -53,10 +53,10 @@ steps:
- dryrun
- name: changelog-generate
image: thegeeklab/codecov
image: thegeeklab/git-chglog
commands:
- git fetch -tq
- codecov --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
@ -192,6 +192,6 @@ depends_on:
---
kind: signature
hmac: 02b33b0841393839d7e0f26c384d2f3455efe42403e8d92bb60d8cb6bd47e6cf
hmac: a30da47af2cbf1d7fcede38e47ee7643770a4f2d07b7aedef2f538fcf3a29312
...

View File

@ -17,7 +17,7 @@ COPY overlay/ /
RUN apk add --update --no-cache --virtual .build-deps tar && \
apk add --update --no-cache curl gnupg coreutils && \
echo "Installing codecov version '${CODECOV_VERSION##v}' ..." && \
curl -SsfL -o /usr/local/bin/codecov "https://github.com/codecov/uploader/releases/download/${CODECOV_VERSION}/codecov-alpine " | \
curl -SsfL -o /usr/local/bin/codecov "https://github.com/codecov/uploader/releases/download/${CODECOV_VERSION}/codecov-alpine" && \
chmod 755 /usr/local/bin/codecov && \
apk del .build-deps && \
rm -rf /var/cache/apk/* && \