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

Bump CI to the latest version.

parent 08d4e7bb
Branches
No related tags found
No related merge requests found
Pipeline #15128 passed
...@@ -11,7 +11,7 @@ stages: ...@@ -11,7 +11,7 @@ stages:
variables: variables:
AUTHPASSWORD: "example" # change to "" (empty string) to disable authentication AUTHPASSWORD: "example" # change to "" (empty string) to disable authentication
# username is always "review" (without quotes) # username is always "review" (without quotes)
CI_REF: &ref 5384e82d28082e4848fb33db74093edfa489df5f CI_REF: &ref 991787dfc325b9d149cd609fbd758bf97158bcc0
BUILD_ARGS: " | -d " BUILD_ARGS: " | -d "
include: include:
...@@ -56,9 +56,9 @@ include: ...@@ -56,9 +56,9 @@ include:
ref: *ref ref: *ref
# https://git.dbogatov.org/templates/ci-snippets/-/blob/master/latex-report/check-links.yml # https://git.dbogatov.org/templates/ci-snippets/-/blob/master/latex-report/check-links.yml
# - 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
# https://git.dbogatov.org/templates/ci-snippets/-/blob/master/latex-review-apps/build-review.yml # https://git.dbogatov.org/templates/ci-snippets/-/blob/master/latex-review-apps/build-review.yml
...@@ -88,26 +88,6 @@ include: ...@@ -88,26 +88,6 @@ 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
variables:
BLC_EXCLUDE: ""
script:
- /checker.py $LATEX_DIST/*.pdf > links.txt
- bli inspect file://links.txt -t 30000 --reporters console,junit --ignore-skipped $BLC_EXCLUDE
dependencies:
- build
artifacts:
reports:
junit: junit-report.xml
rules:
- if: "$DISABLE_REGULAR_PIPELINE"
when: never
- when: on_success
tags:
- docker
# Uncomment to enable deletion of artifacts of previous jobs # Uncomment to enable deletion of artifacts of previous jobs
# artifacts: # artifacts:
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment