Skip to content
Snippets Groups Projects
Verified Commit b8e4a74c authored by Dmytro Bogatov's avatar Dmytro Bogatov :two_hearts:
Browse files

Don't link ckeck linked in.

parent e95883dc
Branches
No related tags found
No related merge requests found
Pipeline #5471 failed
...@@ -12,6 +12,7 @@ variables: ...@@ -12,6 +12,7 @@ variables:
AUTHPASSWORD: "" # change to "" (empty string) to disable authentication AUTHPASSWORD: "" # change to "" (empty string) to disable authentication
# username is always "review" (without quotes) # username is always "review" (without quotes)
CI_REF: &ref 0079380d97b92ee09aeb430aa13310ea038a124d CI_REF: &ref 0079380d97b92ee09aeb430aa13310ea038a124d
LINK_CKECK_EXCLUDE: "-x linkedin"
include: include:
# VARIABLES # VARIABLES
...@@ -47,9 +48,9 @@ include: ...@@ -47,9 +48,9 @@ include:
file: "latex-report/embedded-fonts.yml" file: "latex-report/embedded-fonts.yml"
ref: *ref ref: *ref
- project: "templates/ci-snippets" # - project: "templates/ci-snippets"
file: "latex-report/check-links.yml" # file: "latex-report/check-links.yml"
ref: *ref # ref: *ref
# BUILD REVIEW # BUILD REVIEW
- project: "templates/ci-snippets" - project: "templates/ci-snippets"
...@@ -74,6 +75,26 @@ include: ...@@ -74,6 +75,26 @@ include:
file: "latex/pages.yml" file: "latex/pages.yml"
ref: *ref ref: *ref
check-links:
image: dbogatov/docker-images:pdf-link-checker-latest
stage: test
script:
- |
for i in {1..5}
do
echo "Try $i..."
if /checker.py -d $LATEX_DIST/*.pdf $LINK_CKECK_EXCLUDE ;
then
exit 0
fi
done
exit 1
dependencies:
- build
retry: 2
tags:
- docker
website-deploy: website-deploy:
stage: deploy stage: deploy
trigger: dbogatov/research-website trigger: dbogatov/research-website
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment