dd
This commit is contained in:
parent
2de86b3645
commit
5f007ac04a
1 changed files with 7 additions and 7 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue