dd
Some checks failed
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/build Pipeline failed

This commit is contained in:
Michael Grote 2024-07-11 17:46:15 +02:00
parent b1cf71fc24
commit 1442fdeb32

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"