Compare commits

..

No commits in common. "v0.7.8-15" and "v0.7.8-14" have entirely different histories.

2 changed files with 153 additions and 153 deletions

View File

@ -172,7 +172,7 @@ steps:
- success
- name: matrix
image: thegeeklab/drone-matrix
image: plugins/matrix
settings:
homeserver:
from_secret: matrix_homeserver
@ -180,7 +180,7 @@ steps:
from_secret: matrix_password
roomid:
from_secret: matrix_roomid
template: "Status: **{{ build.Status }}**<br/> Build: [{{ repo.Owner }}/{{ repo.Name }}]({{ build.Link }}) ({{ build.Branch }}) by {{ commit.Author }}<br/> Message: {{ commit.Message }}"
template: "Status: **{{ build.status }}**<br/> Build: [{{ repo.Owner }}/{{ repo.Name }}]({{ build.link }}) ({{ build.branch }}) by {{ build.author }}<br/> Message: {{ build.message }}"
username:
from_secret: matrix_username
when:
@ -201,6 +201,6 @@ depends_on:
---
kind: signature
hmac: 579276afc52fb965bedff57e5a240b715b22041d103c9e3120f571231858b586
hmac: 5c2a9c3283e29459194fc2f63fac55ad0ef49db8506838bba7fa82c5926a1b34
...

View File

@ -11,7 +11,7 @@ ARG BUILD_VERSION
# renovate: datasource=npm depName=broken-link-checker
ENV BLC_VERSION="${BUILD_VERSION:-0.7.8}"
# renovate: datasource=github-releases depName=caddyserver/caddy
ENV CADDY_VERSION="${CADDY_VERSION:-v2.4.5}"
ENV CADDY_VERSION="${CADDY_VERSION:-v2.4.4}"
ENV LINK_VALIDATOR_BASE_DIR=/drone/src \
LINK_VALIDATOR_SERVER_PORT=80 \