summaryrefslogtreecommitdiffstats
path: root/screwdriver.yaml
diff options
context:
space:
mode:
authorKristian Aune <kkraune@users.noreply.github.com>2023-10-13 12:05:49 +0200
committerGitHub <noreply@github.com>2023-10-13 12:05:49 +0200
commit9168af794394dcfc4af4bba3a7ed4131691898df (patch)
tree18a275025fd15b21f1b40f307433642e186144a7 /screwdriver.yaml
parent96b948247bf88a21ead259462cbb2bc93c82db24 (diff)
exclude dirs from link check
Diffstat (limited to 'screwdriver.yaml')
-rw-r--r--screwdriver.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/screwdriver.yaml b/screwdriver.yaml
index b1844fad97d..d2cb3b3dd51 100644
--- a/screwdriver.yaml
+++ b/screwdriver.yaml
@@ -532,6 +532,6 @@ jobs:
--typhoeus '{"connecttimeout": 10, "timeout": 30, "followlocation": false}' \
--hydra '{"max_concurrency": 1}' \
--ignore-urls '/slack.vespa.ai/,/localhost:8080/,/127.0.0.1:3000/,/favicon.svg/,/main.jsx/' \
- --ignore-files '/fnet/index.html/' \
+ --ignore-files '/fnet/index.html/,/client/js/app/node_modules/,/controller-server/src/test/resources/mail/' \
--swap-urls '(.*).md:\1.html' \
_site