From 208852fc87ee2d91342ca75d91ce38ab7f6aad8f Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Thu, 5 Jun 2025 09:57:17 +0200 Subject: [PATCH] feat(ci): use smaller ansible-lint image --- .gitlab/deployment.yaml | 4 +--- .gitlab/linting.yaml | 3 +-- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.gitlab/deployment.yaml b/.gitlab/deployment.yaml index 3968f54..4f1c6ad 100644 --- a/.gitlab/deployment.yaml +++ b/.gitlab/deployment.yaml @@ -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 diff --git a/.gitlab/linting.yaml b/.gitlab/linting.yaml index d002201..3c10990 100644 --- a/.gitlab/linting.yaml +++ b/.gitlab/linting.yaml @@ -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