Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
R3
howto-cards
Commits
e9650255
Verified
Commit
e9650255
authored
Aug 24, 2021
by
Laurent Heirendt
✈
Browse files
draft: test direct link check
parent
aea9bae6
Pipeline
#45824
passed with stages
in 1 minute and 33 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
e9650255
...
...
@@ -112,21 +112,16 @@ build:pages:
check:links:
stage
:
check
image
:
docker:19.03.12
variables
:
DOCKER_TLS_CERTDIR
:
"
"
DOCKER_DRIVER
:
overlay2
services
:
-
name
:
docker:19.03.12-dind
command
:
[
"
--mtu=1458"
]
image
:
$CI_REGISTRY/r3/apps/tailorbird/linkchecker
rules
:
-
if
:
$CI_COMMIT_REF_NAME
-
if
:
$CI_MERGE_REQUEST_ID
allow_failure
:
true
before_script
:
-
cp .tmp/whitelist.txt build/.
-
cp -r "$(pwd)"/build /check
script
:
-
docker run -v "$(pwd)"/build:/check -t $CI_REGISTRY/r3/apps/tailorbird/
linkcheck
er
-
python
link
_
check
.py
# generate
# ------------------------------------------------------------------------------------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment