Commit 208852fc authored by Simon Cornet's avatar Simon Cornet
Browse files

feat(ci): use smaller ansible-lint image

parent a8abbf1b
Loading
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -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
+1 −2
Original line number Diff line number Diff line
@@ -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