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:
|
rules:
|
||||||
|
|
||||||
# run only on push to default branch
|
# run only on push to default branch
|
||||||
- if:
|
- if: '$CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
|
||||||
'$CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH ==
|
|
||||||
$CI_DEFAULT_BRANCH'
|
|
||||||
- when: "never"
|
- when: "never"
|
||||||
|
|
||||||
# prepare ssh
|
# prepare ssh
|
||||||
|
|
|
||||||
|
|
@ -4,8 +4,7 @@
|
||||||
linting:
|
linting:
|
||||||
stage: "linting"
|
stage: "linting"
|
||||||
image:
|
image:
|
||||||
name: "cr.simoncor.net/siempie/ansible-deployment:v25.06.03"
|
name: "docker.io/pipelinecomponents/ansible-lint:0.79.0"
|
||||||
entrypoint: ["/bin/sh", "-c"]
|
|
||||||
rules:
|
rules:
|
||||||
|
|
||||||
# run only on push to default branch
|
# run only on push to default branch
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue