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:
|
||||
stage: "linting"
|
||||
image:
|
||||
name: "cr.simoncor.net/siempie/ansible-deployment:latest"
|
||||
entrypoint: ["/bin/sh", "-c"]
|
||||
name: "docker.io/pipelinecomponents/ansible-lint:0.79.0"
|
||||
rules:
|
||||
|
||||
# run only on push to default branch
|
||||
|
|
@ -52,7 +51,7 @@ linting:
|
|||
# deploy ansible code
|
||||
deployment:
|
||||
stage: "deployment"
|
||||
image: "cr.simoncor.net/siempie/ssh-client:latest"
|
||||
image: "cr.simoncor.net/siempie/ssh-client:v25.06.03"
|
||||
rules:
|
||||
|
||||
# run only on push to default branch
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue