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

debugging (4)

parent 49804ff2
No related branches found
No related tags found
5 merge requests!305[release] Regular merge of develop,!304[release] Regular merge of develop,!300[release] Regular merge of develop,!292[release] Regular merge of develop,!286add linkchecker
......@@ -106,14 +106,17 @@ build:pages:
check:links:
stage: check
image: git-r3lab.uni.lu:4567/r3/apps/tailorbird/linkchecker
services:
- docker:dind
image:
name: git-r3lab.uni.lu:4567/r3/apps/tailorbird/linkchecker
entrypoint: ["/bin/bash"]
rules:
- if: $CI_COMMIT_REF_NAME
- if: $CI_MERGE_REQUEST_ID
before_script:
- cp -r build/external checkFolder
script:
- docker run -v "$(pwd)"/build/external:/checkFolder -t git-r3lab.uni.lu:4567/r3/apps/tailorbird/linkchecker
- python linkchecker/link_check.py
#- docker run -v "$(pwd)"/build/external:/checkFolder -t git-r3lab.uni.lu:4567/r3/apps/tailorbird/linkchecker
# 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