feat: improved examples
This commit is contained in:
parent
e04471afc0
commit
19ffc84b01
1 changed files with 2 additions and 3 deletions
|
|
@ -31,8 +31,7 @@ include:
|
||||||
linting:
|
linting:
|
||||||
stage: "linting"
|
stage: "linting"
|
||||||
image:
|
image:
|
||||||
name: "cr.simoncor.net/siempie/ansible-deployment:latest"
|
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
|
||||||
|
|
@ -52,7 +51,7 @@ linting:
|
||||||
# deploy ansible code
|
# deploy ansible code
|
||||||
deployment:
|
deployment:
|
||||||
stage: "deployment"
|
stage: "deployment"
|
||||||
image: "cr.simoncor.net/siempie/ssh-client:latest"
|
image: "cr.simoncor.net/siempie/ssh-client:v25.06.03"
|
||||||
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