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

draft: test direct link check

parent aea9bae6
No related branches found
No related tags found
No related merge requests found
...@@ -112,21 +112,16 @@ build:pages: ...@@ -112,21 +112,16 @@ build:pages:
check:links: check:links:
stage: check stage: check
image: docker:19.03.12 image: $CI_REGISTRY/r3/apps/tailorbird/linkchecker
variables:
DOCKER_TLS_CERTDIR: ""
DOCKER_DRIVER: overlay2
services:
- name: docker:19.03.12-dind
command: ["--mtu=1458"]
rules: rules:
- if: $CI_COMMIT_REF_NAME - if: $CI_COMMIT_REF_NAME
- if: $CI_MERGE_REQUEST_ID - if: $CI_MERGE_REQUEST_ID
allow_failure: true allow_failure: true
before_script: before_script:
- cp .tmp/whitelist.txt build/. - cp .tmp/whitelist.txt build/.
- cp -r "$(pwd)"/build /check
script: script:
- docker run -v "$(pwd)"/build:/check -t $CI_REGISTRY/r3/apps/tailorbird/linkchecker - python link_check.py
# generate # generate
# ------------------------------------------------------------------------------------ # ------------------------------------------------------------------------------------
......
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