Loading templates/validation.yml +9 −1 Original line number Diff line number Diff line Loading @@ -250,7 +250,15 @@ tbc-check: entrypoint: [""] stage: build script: - tbc-check . - tbc-check --output tbc-check.gitlab.json . rules: - exists: - kicker.json artifacts: name: "$CI_JOB_NAME artifacts from $CI_PROJECT_NAME on $CI_COMMIT_REF_SLUG" expire_in: 1 day when: always reports: codequality: tbc-check.gitlab.json paths: - tbc-check.gitlab.json Loading
templates/validation.yml +9 −1 Original line number Diff line number Diff line Loading @@ -250,7 +250,15 @@ tbc-check: entrypoint: [""] stage: build script: - tbc-check . - tbc-check --output tbc-check.gitlab.json . rules: - exists: - kicker.json artifacts: name: "$CI_JOB_NAME artifacts from $CI_PROJECT_NAME on $CI_COMMIT_REF_SLUG" expire_in: 1 day when: always reports: codequality: tbc-check.gitlab.json paths: - tbc-check.gitlab.json