Commit 593579ea authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

chore: exclude TBC security reports from links check

Reports might not exist when deploying a template for the first time.
parent 38f17ee3
Loading
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -232,7 +232,14 @@ check-links:
    entrypoint: [""]
  stage: build
  script:
    - lychee --exclude www.gnu.org --exclude-path CHANGELOG.md --exclude-path SECURITY.md $LYCHEE_EXTRA_OPTS *.md
    - |
      lychee \
        --exclude www.gnu.org \
        --exclude https://to-be-continuous.gitlab.io/doc/secu/ \
        --exclude-path CHANGELOG.md \
        --exclude-path SECURITY.md \
        $LYCHEE_EXTRA_OPTS \
        *.md

tbc-check:
  image: