Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
R3
howto-cards
Commits
f4826e68
Verified
Commit
f4826e68
authored
Aug 05, 2021
by
Laurent Heirendt
✈
Browse files
Revert "WIP: access docker img directly"
This reverts commit
653698bb
.
parent
19b3236d
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
f4826e68
...
...
@@ -106,9 +106,13 @@ build:pages:
check:links:
stage
:
check
image
:
name
:
$CI_REGISTRY/r3/apps/tailorbird/linkchecker
entrypoint
:
[
"
"
]
image
:
docker:19.03.12
variables
:
DOCKER_TLS_CERTDIR
:
"
"
DOCKER_DRIVER
:
overlay2
services
:
-
name
:
docker:19.03.12-dind
command
:
[
"
--mtu=1458"
]
rules
:
-
if
:
$CI_COMMIT_REF_NAME
-
if
:
$CI_MERGE_REQUEST_ID
...
...
@@ -117,7 +121,7 @@ check:links:
-
cp .ci/jsonWhitelist.txt build/.
-
cp -r build checkFolder
script
:
-
python
link
_
check
.py
-
docker run -v "$(pwd)"/build:/checkFolder -t $CI_REGISTRY/r3/apps/tailorbird/
linkcheck
er
# 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