feat(ci): use smaller ansible-lint image
This commit is contained in:
parent
904ab5252b
commit
13b29aad9d
2 changed files with 2 additions and 5 deletions
|
|
@ -8,9 +8,7 @@ deployment:
|
|||
rules:
|
||||
|
||||
# run only on push to default branch
|
||||
- if:
|
||||
'$CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH ==
|
||||
$CI_DEFAULT_BRANCH'
|
||||
- if: '$CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
|
||||
- when: "never"
|
||||
|
||||
# prepare ssh
|
||||
|
|
|
|||
|
|
@ -4,8 +4,7 @@
|
|||
linting:
|
||||
stage: "linting"
|
||||
image:
|
||||
name: "cr.simoncor.net/siempie/ansible-deployment:v25.06.03"
|
||||
entrypoint: ["/bin/sh", "-c"]
|
||||
name: "docker.io/pipelinecomponents/ansible-lint:0.79.0"
|
||||
rules:
|
||||
|
||||
# run only on push to default branch
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue