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

WIP: test link check trigger

parent 98052160
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,7 @@ stages:
- prepare
- save
- build
- check
- generate
- deploy
- trigger
......@@ -98,6 +99,20 @@ build:pages:
# Run Jekyll with custom configuration
- bundle exec jekyll build -d build --config "_config.yml,.ci/_config_$CI_COMMIT_REF_NAME.yml"
# check
# ------------------------------------------------------------------------------------
check:links:
stage: check
image: git-r3lab.uni.lu:4567/r3/apps/tailorbird/linkchecker
rules:
- if: $CI_COMMIT_REF_NAME
- if: $CI_MERGE_REQUEST_ID
before_script:
- cp -r build/external checkFolder
script:
- python ~/work/git/R3/apps/tailorbird/linkchecker/linkchecker/link_check.py
# 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