ci: render

Rendered by https://gitlab.durp.info/durfy/ci-includes/yml/-/pipelines/155
This commit is contained in:
DeveloperDurpBot 2026-02-27 11:44:52 +00:00
parent f315a27b10
commit 45e6fdeb57
9 changed files with 15 additions and 15 deletions

View file

@ -3,7 +3,7 @@
SONAR_USER_HOME: "${CI_PROJECT_DIR}/.sonar" # Defines the location of the analysis task cache
GIT_DEPTH: "0" # Tells git to fetch all the branches of the project, required by the analysis task
image:
name: registry.internal.durp.info/sonarsource/sonar-scanner-cli:latest
name: registry.durp.info/sonarsource/sonar-scanner-cli:latest
entrypoint: [""]
cache:
key: "${CI_JOB_NAME}"