dd
Some checks failed
ci/woodpecker/push/lint Pipeline failed
ci/woodpecker/push/build unknown status

This commit is contained in:
Michael Grote 2024-07-25 22:16:32 +02:00
parent 2de86b3645
commit 5f007ac04a

View file

@ -8,13 +8,13 @@ steps:
- event: [push, pull_request, cron] - event: [push, pull_request, cron]
evaluate: 'CI_COMMIT_AUTHOR_EMAIL != "renovate@mgrote.net"' evaluate: 'CI_COMMIT_AUTHOR_EMAIL != "renovate@mgrote.net"'
# hadolint: hadolint:
# image: pipelinecomponents/hadolint:0.26.4 image: pipelinecomponents/hadolint:0.26.4
# commands: commands:
# - hadolint Dockerfile - hadolint Dockerfile
# when: when:
# - event: [push, pull_request, cron] - event: [push, pull_request, cron]
# evaluate: 'CI_COMMIT_AUTHOR_EMAIL != "renovate@mgrote.net"' evaluate: 'CI_COMMIT_AUTHOR_EMAIL != "renovate@mgrote.net"'
shellcheck: shellcheck:
image: "koalaman/shellcheck-alpine:v0.10.0" image: "koalaman/shellcheck-alpine:v0.10.0"