dd
This commit is contained in:
parent
b1cf71fc24
commit
1442fdeb32
1 changed files with 7 additions and 7 deletions
|
@ -8,13 +8,13 @@ steps:
|
|||
- event: [push, pull_request, cron]
|
||||
evaluate: 'CI_COMMIT_AUTHOR_EMAIL != "renovate@mgrote.net"'
|
||||
|
||||
hadolint:
|
||||
image: pipelinecomponents/hadolint:0.26.4
|
||||
commands:
|
||||
- hadolint Dockerfile
|
||||
when:
|
||||
- event: [push, pull_request, cron]
|
||||
evaluate: 'CI_COMMIT_AUTHOR_EMAIL != "renovate@mgrote.net"'
|
||||
# hadolint:
|
||||
# image: pipelinecomponents/hadolint:0.26.4
|
||||
# commands:
|
||||
# - hadolint Dockerfile
|
||||
# when:
|
||||
# - event: [push, pull_request, cron]
|
||||
# evaluate: 'CI_COMMIT_AUTHOR_EMAIL != "renovate@mgrote.net"'
|
||||
|
||||
shellcheck:
|
||||
image: "koalaman/shellcheck-alpine:v0.10.0"
|
||||
|
|
Loading…
Reference in a new issue