Skip to content
Snippets Groups Projects
Verified Commit 8c8eb9ae authored by Laurent Heirendt's avatar Laurent Heirendt :airplane:
Browse files

save auto-generated whitelist in artefacts

parent 5256a324
No related branches found
No related tags found
No related merge requests found
......@@ -29,6 +29,7 @@ prepare:index:
- python .ci/generateIndex.py
- mkdir .tmp
- cp cards.md .tmp/.
- cp .ci/whitelist.txt .tmp/.
artifacts:
expire_in: 1 day
paths:
......@@ -80,6 +81,7 @@ build:pages:
expire_in: 1 day
paths:
- build
- .tmp
rules:
- if: $CI_COMMIT_REF_NAME
- if: $CI_MERGE_REQUEST_ID
......@@ -118,7 +120,7 @@ check:links:
- if: $CI_MERGE_REQUEST_ID
allow_failure: true
before_script:
- cp .ci/whitelist.txt build/.
- cp .tmp/whitelist.txt build/.
script:
- docker run -v "$(pwd)"/build:/check -t $CI_REGISTRY/r3/apps/tailorbird/linkchecker
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment